#800CB6

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

Shades of Dark Violet #800CB6

Tints of Dark Violet #800CB6

Color information

#800CB6 (or 0x800CB6) is unknown color: approx Dark Violet. HEX triplet: 80, 0C and B6. RGB value is (128,12,182). Sum of RGB (Red+Green+Blue) = 128+12+182=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #800CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CB6 is #7FF349. Grayscale: #414141. Windows color (decimal): -8385354 or 11930752. OLE color: 11930752.

HSL color Cylindrical-coordinate representation of color #800CB6: hue angle of 280.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CB6 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12812182-
CMYK0.300.9300.29
HSL280.94º87.63%38.04%-
HSV(B)280.94º93.41%71.37%-
XYZ17.488.2344.92-
YUV66.06193.43172.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 182 (71.48% from 255) = 56.52%
R=39.75%
G=3.73%
B=56.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128121820.300.9300.29280.9487.6338.04
Hex80CB61E5D01D1195826
Octal200142663613503543113046
Binary100000001100101101101111010111010111011000110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800CB6; }

 p { color: rgb(128,12,182); }

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

<style>
 a { background-color: #800CB6; }

 a { background-color: rgb(128,12,182); }

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

<style>
 span { border-color: #800CB6; }

 span { border-color: rgb(128,12,182); }

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