#8011DC

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

Shades of Blue Violet #8011DC

Tints of Blue Violet #8011DC

Color information

#8011DC (or 0x8011DC) is unknown color: approx Blue Violet. HEX triplet: 80, 11 and DC. RGB value is (128,17,220). Sum of RGB (Red+Green+Blue) = 128+17+220=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #8011DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011DC is #7FEE23. Grayscale: #484848. Windows color (decimal): -8384036 or 14422400. OLE color: 14422400.

HSL color Cylindrical-coordinate representation of color #8011DC: hue angle of 272.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8011DC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12817220-
CMYK0.420.9200.14
HSL272.81º85.65%46.47%-
HSV(B)272.81º92.27%86.27%-
XYZ22.0210.1668.51-
YUV73.33210.77166.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 220 (86.33% from 255) = 60.27%
R=35.07%
G=4.66%
B=60.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128172200.420.9200.14272.8185.6546.47
Hex8011DC2A5C0E111562e
Octal200213345213401642112656
Binary1000000010001110111001010101011100011101000100011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8011DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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