#8911DD

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

Shades of Dark Violet #8911DD

Tints of Dark Violet #8911DD

Color information

#8911DD (or 0x8911DD) is unknown color: approx Dark Violet. HEX triplet: 89, 11 and DD. RGB value is (137,17,221). Sum of RGB (Red+Green+Blue) = 137+17+221=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #8911DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911DD is #76EE22. Grayscale: #4B4B4B. Windows color (decimal): -7794211 or 14487945. OLE color: 14487945.

HSL color Cylindrical-coordinate representation of color #8911DD: hue angle of 275.29º 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 #8911DD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13717221-
CMYK0.380.9200.13
HSL275.29º85.71%46.67%-
HSV(B)275.29º92.31%86.67%-
XYZ23.5710.9469.28-
YUV76.14209.76171.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.53%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=36.53%
G=4.53%
B=58.93%

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
Decimal137172210.380.9200.13275.2985.7146.67
Hex8911DD265C0D113562f
Octal211213354613401542312657
Binary1000100110001110111011001101011100011011000100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8911DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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