Shades of Dark Violet #8501C8
Tints of Dark Violet #8501C8
RGB
CMYK
RGB Variations
Color information
#8501C8 (or 0x8501C8) is known color: Dark Violet. HEX triplet: 85, 01 and C8. RGB value is (133,1,200). Sum of RGB (Red+Green+Blue) = 133+1+200=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #8501C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501C8 is #7AFE37. Grayscale: #3E3E3E. Windows color (decimal): -8060472 or 13107589. OLE color: 13107589.
HSL color Cylindrical-coordinate representation of color #8501C8: hue angle of 279.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501C8 is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 1 | 200 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.22 |
| HSL | 279.8º | 0.99% | 0.39% | - |
| HSV(B) | 279.8º | 1% | 0.78% | - |
| XYZ | 20.11 | 9.18 | 55.36 | - |
| YUV | 63.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 200 | 0.34 | 1.00 | 0 | 0.22 | 279.8 | 0.99 | 0.39 |
| Hex | 85 | 1 | C8 | 22 | 64 | 0 | 16 | 118 | 63 | 27 |
| Octal | 205 | 1 | 310 | 42 | 144 | 0 | 26 | 430 | 143 | 47 |
| Binary | 10000101 | 1 | 11001000 | 100010 | 1100100 | 0 | 10110 | 100011000 | 1100011 | 100111 |
Color Harmonies of #8501C8
Complementary color
Monochromatic Colors of #8501C8
Black with #8501C8
Text Example
Text Example
White with #8501C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501C8; }
p { color: rgb(133,1,200); }
H1.HeaderClassName
{
color: #8501C8;
}
.AnyTagClassName
{
color: #8501C8;
}
</style>
background-color css
<style>
a { background-color: #8501C8; }
a { background-color: rgb(133,1,200); }
div.DivClassName
{
background-color: #8501C8;
}
.BgClassName
{
background-color: #8501C8;
}
</style>
border-color css
<style>
span { border-color: #8501C8; }
span { border-color: rgb(133,1,200); }
td.TdClassName
{
border-color: #8501C8;
}
.TagClassName
{
border-color: #8501C8;
}
</style>