#8111CC

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

Shades of Dark Violet #8111CC

Tints of Dark Violet #8111CC

Color information

#8111CC (or 0x8111CC) is unknown color: approx Dark Violet. HEX triplet: 81, 11 and CC. RGB value is (129,17,204). Sum of RGB (Red+Green+Blue) = 129+17+204=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #8111CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111CC is #7EEE33. Grayscale: #474747. Windows color (decimal): -8318516 or 13373825. OLE color: 13373825.

HSL color Cylindrical-coordinate representation of color #8111CC: hue angle of 275.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8111CC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12917204-
CMYK0.370.9200.2
HSL275.94º84.62%43.33%-
HSV(B)275.94º91.67%80%-
XYZ20.159.4357.88-
YUV71.81202.61168.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 17 (7.03% from 255) = 4.86%
BLUE value IS 204 (80.08% from 255) = 58.29%
R=36.86%
G=4.86%
B=58.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129172040.370.9200.2275.9484.6243.33
Hex8111CC255C014114552b
Octal201213144513402442412553
Binary10000001100011100110010010110111000101001000101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8111CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8111CC; }

 p { color: rgb(129,17,204); }

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

<style>
 a { background-color: #8111CC; }

 a { background-color: rgb(129,17,204); }

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

<style>
 span { border-color: #8111CC; }

 span { border-color: rgb(129,17,204); }

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