Shades of Dark Violet #800BCE
Tints of Dark Violet #800BCE
RGB
CMYK
RGB Variations
Color information
#800BCE (or 0x800BCE) is known color: Dark Violet. HEX triplet: 80, 0B and CE. RGB value is (128,11,206). Sum of RGB (Red+Green+Blue) = 128+11+206=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #800BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BCE is #7FF431. Grayscale: #434343. Windows color (decimal): -8385586 or 13503360. OLE color: 13503360.
HSL color Cylindrical-coordinate representation of color #800BCE: hue angle of 276º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BCE is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 11 | 206 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.19 |
| HSL | 276º | 0.9% | 0.43% | - |
| HSV(B) | 276º | 0.95% | 0.81% | - |
| XYZ | 20.16 | 9.28 | 59.12 | - |
| YUV | 68.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 206 | 0.38 | 0.95 | 0 | 0.19 | 276 | 0.9 | 0.43 |
| Hex | 80 | B | CE | 26 | 5F | 0 | 13 | 114 | 5A | 2B |
| Octal | 200 | 13 | 316 | 46 | 137 | 0 | 23 | 424 | 132 | 53 |
| Binary | 10000000 | 1011 | 11001110 | 100110 | 1011111 | 0 | 10011 | 100010100 | 1011010 | 101011 |
Color Harmonies of #800BCE
Complementary color
Monochromatic Colors of #800BCE
Black with #800BCE
Text Example
Text Example
White with #800BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BCE; }
p { color: rgb(128,11,206); }
H1.HeaderClassName
{
color: #800BCE;
}
.AnyTagClassName
{
color: #800BCE;
}
</style>
background-color css
<style>
a { background-color: #800BCE; }
a { background-color: rgb(128,11,206); }
div.DivClassName
{
background-color: #800BCE;
}
.BgClassName
{
background-color: #800BCE;
}
</style>
border-color css
<style>
span { border-color: #800BCE; }
span { border-color: rgb(128,11,206); }
td.TdClassName
{
border-color: #800BCE;
}
.TagClassName
{
border-color: #800BCE;
}
</style>