#8819DC

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

Shades of Blue Violet #8819DC

Tints of Blue Violet #8819DC

Color information

#8819DC (or 0x8819DC) is unknown color: approx Blue Violet. HEX triplet: 88, 19 and DC. RGB value is (136,25,220). Sum of RGB (Red+Green+Blue) = 136+25+220=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #8819DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819DC is #77E623. Grayscale: #4F4F4F. Windows color (decimal): -7857700 or 14424456. OLE color: 14424456.

HSL color Cylindrical-coordinate representation of color #8819DC: hue angle of 274.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8819DC is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13625220-
CMYK0.380.8900.14
HSL274.15º79.59%48.04%-
HSV(B)274.15º88.64%86.27%-
XYZ23.4211.168.62-
YUV80.42206.77167.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 25 (10.16% from 255) = 6.56%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=35.70%
G=6.56%
B=57.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136252200.380.8900.14274.1579.5948.04
Hex8819DC26590E1125030
Octal210313344613101642212060
Binary1000100011001110111001001101011001011101000100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8819DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8819DC; }

 p { color: rgb(136,25,220); }

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

<style>
 a { background-color: #8819DC; }

 a { background-color: rgb(136,25,220); }

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

<style>
 span { border-color: #8819DC; }

 span { border-color: rgb(136,25,220); }

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