Shades of Dark Violet #800FCE
Tints of Dark Violet #800FCE
RGB
CMYK
RGB Variations
Color information
#800FCE (or 0x800FCE) is known color: Dark Violet. HEX triplet: 80, 0F and CE. RGB value is (128,15,206). Sum of RGB (Red+Green+Blue) = 128+15+206=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #800FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FCE is #7FF031. Grayscale: #454545. Windows color (decimal): -8384562 or 13504384. OLE color: 13504384.
HSL color Cylindrical-coordinate representation of color #800FCE: hue angle of 275.5º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FCE is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 15 | 206 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.19 |
| HSL | 275.5º | 0.86% | 0.43% | - |
| HSV(B) | 275.5º | 0.93% | 0.81% | - |
| XYZ | 20.21 | 9.39 | 59.14 | - |
| YUV | 70.56 | 204.44 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 206 | 0.38 | 0.93 | 0 | 0.19 | 275.5 | 0.86 | 0.43 |
| Hex | 80 | F | CE | 26 | 5D | 0 | 13 | 113 | 56 | 2B |
| Octal | 200 | 17 | 316 | 46 | 135 | 0 | 23 | 423 | 126 | 53 |
| Binary | 10000000 | 1111 | 11001110 | 100110 | 1011101 | 0 | 10011 | 100010011 | 1010110 | 101011 |
Color Harmonies of #800FCE
Complementary color
Monochromatic Colors of #800FCE
Black with #800FCE
Text Example
Text Example
White with #800FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FCE; }
p { color: rgb(128,15,206); }
H1.HeaderClassName
{
color: #800FCE;
}
.AnyTagClassName
{
color: #800FCE;
}
</style>
background-color css
<style>
a { background-color: #800FCE; }
a { background-color: rgb(128,15,206); }
div.DivClassName
{
background-color: #800FCE;
}
.BgClassName
{
background-color: #800FCE;
}
</style>
border-color css
<style>
span { border-color: #800FCE; }
span { border-color: rgb(128,15,206); }
td.TdClassName
{
border-color: #800FCE;
}
.TagClassName
{
border-color: #800FCE;
}
</style>