Shades of Dark Violet #800BC7
Tints of Dark Violet #800BC7
RGB
CMYK
RGB Variations
Color information
#800BC7 (or 0x800BC7) is known color: Dark Violet. HEX triplet: 80, 0B and C7. RGB value is (128,11,199). Sum of RGB (Red+Green+Blue) = 128+11+199=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #800BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BC7 is #7FF438. Grayscale: #424242. Windows color (decimal): -8385593 or 13044608. OLE color: 13044608.
HSL color Cylindrical-coordinate representation of color #800BC7: hue angle of 277.34º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BC7 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 11 | 199 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.22 |
| HSL | 277.34º | 0.9% | 0.41% | - |
| HSV(B) | 277.34º | 0.94% | 0.78% | - |
| XYZ | 19.33 | 8.95 | 54.74 | - |
| YUV | 67.42 | 202.26 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 199 | 0.36 | 0.94 | 0 | 0.22 | 277.34 | 0.9 | 0.41 |
| Hex | 80 | B | C7 | 24 | 5E | 0 | 16 | 115 | 5A | 29 |
| Octal | 200 | 13 | 307 | 44 | 136 | 0 | 26 | 425 | 132 | 51 |
| Binary | 10000000 | 1011 | 11000111 | 100100 | 1011110 | 0 | 10110 | 100010101 | 1011010 | 101001 |
Color Harmonies of #800BC7
Complementary color
Monochromatic Colors of #800BC7
Black with #800BC7
Text Example
Text Example
White with #800BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BC7; }
p { color: rgb(128,11,199); }
H1.HeaderClassName
{
color: #800BC7;
}
.AnyTagClassName
{
color: #800BC7;
}
</style>
background-color css
<style>
a { background-color: #800BC7; }
a { background-color: rgb(128,11,199); }
div.DivClassName
{
background-color: #800BC7;
}
.BgClassName
{
background-color: #800BC7;
}
</style>
border-color css
<style>
span { border-color: #800BC7; }
span { border-color: rgb(128,11,199); }
td.TdClassName
{
border-color: #800BC7;
}
.TagClassName
{
border-color: #800BC7;
}
</style>