#8811DD

Color #8811DD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8811DD

Tints of Dark Violet #8811DD

Color information

#8811DD (or 0x8811DD) is unknown color: approx Dark Violet. HEX triplet: 88, 11 and DD. RGB value is (136,17,221). Sum of RGB (Red+Green+Blue) = 136+17+221=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #8811DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811DD is #77EE22. Grayscale: #4B4B4B. Windows color (decimal): -7859747 or 14487944. OLE color: 14487944.

HSL color Cylindrical-coordinate representation of color #8811DD: hue angle of 275º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8811DD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13617221-
CMYK0.380.9200.13
HSL275º85.71%46.67%-
HSV(B)275º92.31%86.67%-
XYZ23.410.8669.27-
YUV75.84209.92170.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 221 (86.72% from 255) = 59.09%
R=36.36%
G=4.55%
B=59.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136172210.380.9200.1327585.7146.67
Hex8811DD265C0D113562f
Octal210213354613401542312657
Binary1000100010001110111011001101011100011011000100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8811DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8811DD; }

 p { color: rgb(136,17,221); }

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

<style>
 a { background-color: #8811DD; }

 a { background-color: rgb(136,17,221); }

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

<style>
 span { border-color: #8811DD; }

 span { border-color: rgb(136,17,221); }

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