#800bb6

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

Shades of Dark Violet #800BB6

Tints of Dark Violet #800BB6

Color information

#800BB6 (or 0x800BB6) is unknown color: approx Dark Violet. HEX triplet: 80, 0B and B6. RGB value is (128,11,182). Sum of RGB (Red+Green+Blue) = 128+11+182=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #800BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BB6 is #7FF449. Grayscale: #404040. Windows color (decimal): -8385610 or 11930496. OLE color: 11930496.

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

Color convert

RGB12811182-
CMYK0.300.9400.29
HSL281.05º88.6%37.84%-
HSV(B)281.05º93.96%71.37%-
XYZ17.478.2144.92-
YUV65.48193.76172.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 182 (71.48% from 255) = 56.70%
R=39.88%
G=3.43%
B=56.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128111820.300.9400.29281.0588.637.84
Hex80BB61E5E01D1195926
Octal200132663613603543113146
Binary100000001011101101101111010111100111011000110011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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