#8819D6

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

Shades of Blue Violet #8819D6

Tints of Blue Violet #8819D6

Color information

#8819D6 (or 0x8819D6) is unknown color: approx Blue Violet. HEX triplet: 88, 19 and D6. RGB value is (136,25,214). Sum of RGB (Red+Green+Blue) = 136+25+214=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #8819D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819D6 is #77E629. Grayscale: #4F4F4F. Windows color (decimal): -7857706 or 14031240. OLE color: 14031240.

HSL color Cylindrical-coordinate representation of color #8819D6: hue angle of 275.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8819D6 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13625214-
CMYK0.360.8800.16
HSL275.24º79.08%46.86%-
HSV(B)275.24º88.32%83.92%-
XYZ22.6410.7864.51-
YUV79.74203.77168.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 214 (83.98% from 255) = 57.07%
R=36.27%
G=6.67%
B=57.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136252140.360.8800.16275.2479.0846.86
Hex8819D624580101134f2f
Octal210313264413002042311757
Binary10001000110011101011010010010110000100001000100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8819D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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