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