#844BD8

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

Shades of Blue Violet #844BD8

Tints of Blue Violet #844BD8

Color information

#844BD8 (or 0x844BD8) is unknown color: approx Blue Violet. HEX triplet: 84, 4B and D8. RGB value is (132,75,216). Sum of RGB (Red+Green+Blue) = 132+75+216=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #844BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BD8 is #7BB427. Grayscale: #6B6B6B. Windows color (decimal): -8107048 or 14175108. OLE color: 14175108.

HSL color Cylindrical-coordinate representation of color #844BD8: hue angle of 264.26º degrees, saturation: 0.64, 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 #844BD8 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13275216-
CMYK0.390.6500.15
HSL264.26º64.38%57.06%-
HSV(B)264.26º65.28%84.71%-
XYZ24.4314.966.55-
YUV108.12188.88145.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=31.21%
G=17.73%
B=51.06%

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
Decimal132752160.390.6500.15264.2664.3857.06
Hex844BD827410F1084039
Octal2041133304710101741010071
Binary100001001001011110110001001111000001011111000010001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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