#844BD9

Color #844BD9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #844BD9

Tints of Blue Violet #844BD9

Color information

#844BD9 (or 0x844BD9) is unknown color: approx Blue Violet. HEX triplet: 84, 4B and D9. RGB value is (132,75,217). Sum of RGB (Red+Green+Blue) = 132+75+217=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #844BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BD9 is #7BB426. Grayscale: #6B6B6B. Windows color (decimal): -8107047 or 14240644. OLE color: 14240644.

HSL color Cylindrical-coordinate representation of color #844BD9: hue angle of 264.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844BD9 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13275217-
CMYK0.390.6500.15
HSL264.08º65.14%57.25%-
HSV(B)264.08º65.44%85.1%-
XYZ24.5614.9567.24-
YUV108.23189.38144.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 217 (85.16% from 255) = 51.18%
R=31.13%
G=17.69%
B=51.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132752170.390.6500.15264.0865.1457.25
Hex844BD927410F1084139
Octal2041133314710101741010171
Binary100001001001011110110011001111000001011111000010001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844BD9; }

 p { color: rgb(132,75,217); }

 H1.HeaderClassName
 {
   color: #844BD9;
 }
 .AnyTagClassName
 {
   color: #844BD9;
 }
</style>
background-color css

<style>
 a { background-color: #844BD9; }

 a { background-color: rgb(132,75,217); }

 div.DivClassName
 {
   background-color: #844BD9;
 }
 .BgClassName
 {
   background-color: #844BD9;
 }
</style>
border-color css

<style>
 span { border-color: #844BD9; }

 span { border-color: rgb(132,75,217); }

 td.TdClassName
 {
   border-color: #844BD9;
 }
 .TagClassName
 {
   border-color: #844BD9;
 }
</style>