#8811D4

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

Shades of Dark Violet #8811D4

Tints of Dark Violet #8811D4

Color information

#8811D4 (or 0x8811D4) is unknown color: approx Dark Violet. HEX triplet: 88, 11 and D4. RGB value is (136,17,212). Sum of RGB (Red+Green+Blue) = 136+17+212=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 212 (83.20% from 255 or 58.08% from 365); Max value from RGB is 212 - color contains mainly: blue. Hex color #8811D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811D4 is #77EE2B. Grayscale: #4A4A4A. Windows color (decimal): -7859756 or 13898120. OLE color: 13898120.

HSL color Cylindrical-coordinate representation of color #8811D4: hue angle of 276.62º 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 #8811D4 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13617212-
CMYK0.360.9200.17
HSL276.62º85.15%44.9%-
HSV(B)276.62º91.98%83.14%-
XYZ22.2410.3963.12-
YUV74.81205.42171.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 212 (83.20% from 255) = 58.08%
R=37.26%
G=4.66%
B=58.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal136172120.360.9200.17276.6285.1544.9
Hex8811D4245C011115552d
Octal210213244413402142512555
Binary10001000100011101010010010010111000100011000101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8811D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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