Shades of Dark Violet #8000CF
Tints of Dark Violet #8000CF
RGB
CMYK
RGB Variations
Color information
#8000CF (or 0x8000CF) is known color: Dark Violet. HEX triplet: 80, 00 and CF. RGB value is (128,0,207). Sum of RGB (Red+Green+Blue) = 128+0+207=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #8000CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000CF is #7FFF30. Grayscale: #3D3D3D. Windows color (decimal): -8388401 or 13566080. OLE color: 13566080.
HSL color Cylindrical-coordinate representation of color #8000CF: hue angle of 277.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000CF is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 0 | 207 | - |
| CMYK | 0.38 | 1 | 0 | 0.19 |
| HSL | 277.1º | 1% | 0.41% | - |
| HSV(B) | 277.1º | 1% | 0.81% | - |
| XYZ | 20.16 | 9.09 | 59.72 | - |
| YUV | 61.87 | 209.91 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 207 | 0.38 | 1 | 0 | 0.19 | 277.1 | 1 | 0.41 |
| Hex | 80 | 0 | CF | 26 | 64 | 0 | 13 | 115 | 64 | 29 |
| Octal | 200 | 0 | 317 | 46 | 144 | 0 | 23 | 425 | 144 | 51 |
| Binary | 10000000 | 0 | 11001111 | 100110 | 1100100 | 0 | 10011 | 100010101 | 1100100 | 101001 |
Color Harmonies of #8000CF
Complementary color
Monochromatic Colors of #8000CF
Black with #8000CF
Text Example
Text Example
White with #8000CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000CF; }
p { color: rgb(128,0,207); }
H1.HeaderClassName
{
color: #8000CF;
}
.AnyTagClassName
{
color: #8000CF;
}
</style>
background-color css
<style>
a { background-color: #8000CF; }
a { background-color: rgb(128,0,207); }
div.DivClassName
{
background-color: #8000CF;
}
.BgClassName
{
background-color: #8000CF;
}
</style>
border-color css
<style>
span { border-color: #8000CF; }
span { border-color: rgb(128,0,207); }
td.TdClassName
{
border-color: #8000CF;
}
.TagClassName
{
border-color: #8000CF;
}
</style>