#8011CC

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

Shades of Dark Violet #8011CC

Tints of Dark Violet #8011CC

Color information

#8011CC (or 0x8011CC) is unknown color: approx Dark Violet. HEX triplet: 80, 11 and CC. RGB value is (128,17,204). Sum of RGB (Red+Green+Blue) = 128+17+204=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #8011CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011CC is #7FEE33. Grayscale: #464646. Windows color (decimal): -8384052 or 13373824. OLE color: 13373824.

HSL color Cylindrical-coordinate representation of color #8011CC: hue angle of 275.61º 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 #8011CC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12817204-
CMYK0.370.9200.2
HSL275.61º84.62%43.33%-
HSV(B)275.61º91.67%80%-
XYZ209.3557.88-
YUV71.51202.77168.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=36.68%
G=4.87%
B=58.45%

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
Decimal128172040.370.9200.2275.6184.6243.33
Hex8011CC255C014114552b
Octal200213144513402442412553
Binary10000000100011100110010010110111000101001000101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8011CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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