#8819D0

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

Shades of Blue Violet #8819D0

Tints of Blue Violet #8819D0

Color information

#8819D0 (or 0x8819D0) is unknown color: approx Blue Violet. HEX triplet: 88, 19 and D0. RGB value is (136,25,208). Sum of RGB (Red+Green+Blue) = 136+25+208=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #8819D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819D0 is #77E62F. Grayscale: #4E4E4E. Windows color (decimal): -7857712 or 13638024. OLE color: 13638024.

HSL color Cylindrical-coordinate representation of color #8819D0: hue angle of 276.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8819D0 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13625208-
CMYK0.350.8800.18
HSL276.39º78.54%45.69%-
HSV(B)276.39º87.98%81.57%-
XYZ21.8910.4860.54-
YUV79.05200.77168.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 208 (81.64% from 255) = 56.37%
R=36.86%
G=6.78%
B=56.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136252080.350.8800.18276.3978.5445.69
Hex8819D023580121144f2e
Octal210313204313002242411756
Binary10001000110011101000010001110110000100101000101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8819D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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