#8011B4

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

Shades of Dark Violet #8011B4

Tints of Dark Violet #8011B4

Color information

#8011B4 (or 0x8011B4) is unknown color: approx Dark Violet. HEX triplet: 80, 11 and B4. RGB value is (128,17,180). Sum of RGB (Red+Green+Blue) = 128+17+180=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #8011B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011B4 is #7FEE4B. Grayscale: #444444. Windows color (decimal): -8384076 or 11800960. OLE color: 11800960.

HSL color Cylindrical-coordinate representation of color #8011B4: hue angle of 280.86º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8011B4 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12817180-
CMYK0.290.9100.29
HSL280.86º82.74%38.63%-
HSV(B)280.86º90.56%70.59%-
XYZ17.348.2943.87-
YUV68.77190.77170.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=39.38%
G=5.23%
B=55.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128171800.290.9100.29280.8682.7438.63
Hex8011B41D5B01D1195327
Octal200212643513303543112347
Binary1000000010001101101001110110110110111011000110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8011B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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