#8911D4

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

Shades of Dark Violet #8911D4

Tints of Dark Violet #8911D4

Color information

#8911D4 (or 0x8911D4) is unknown color: approx Dark Violet. HEX triplet: 89, 11 and D4. RGB value is (137,17,212). Sum of RGB (Red+Green+Blue) = 137+17+212=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 212 (83.20% from 255 or 57.92% from 366); Max value from RGB is 212 - color contains mainly: blue. Hex color #8911D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911D4 is #76EE2B. Grayscale: #4A4A4A. Windows color (decimal): -7794220 or 13898121. OLE color: 13898121.

HSL color Cylindrical-coordinate representation of color #8911D4: hue angle of 276.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8911D4 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13717212-
CMYK0.350.9200.17
HSL276.92º85.15%44.9%-
HSV(B)276.92º91.98%83.14%-
XYZ22.410.4763.13-
YUV75.11205.26172.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 17 (7.03% from 255) = 4.64%
BLUE value IS 212 (83.20% from 255) = 57.92%
R=37.43%
G=4.64%
B=57.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal137172120.350.9200.17276.9285.1544.9
Hex8911D4235C011115552d
Octal211213244313402142512555
Binary10001001100011101010010001110111000100011000101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8911D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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