Shades of Dark Violet #8501CA
Tints of Dark Violet #8501CA
RGB
CMYK
RGB Variations
Color information
#8501CA (or 0x8501CA) is known color: Dark Violet. HEX triplet: 85, 01 and CA. RGB value is (133,1,202). Sum of RGB (Red+Green+Blue) = 133+1+202=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #8501CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501CA is #7AFE35. Grayscale: #3E3E3E. Windows color (decimal): -8060470 or 13238661. OLE color: 13238661.
HSL color Cylindrical-coordinate representation of color #8501CA: hue angle of 279.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501CA is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 1 | 202 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.21 |
| HSL | 279.4º | 0.99% | 0.4% | - |
| HSV(B) | 279.4º | 1% | 0.79% | - |
| XYZ | 20.34 | 9.27 | 56.59 | - |
| YUV | 63.38 | 206.23 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 202 | 0.34 | 1.00 | 0 | 0.21 | 279.4 | 0.99 | 0.4 |
| Hex | 85 | 1 | CA | 22 | 64 | 0 | 15 | 117 | 63 | 28 |
| Octal | 205 | 1 | 312 | 42 | 144 | 0 | 25 | 427 | 143 | 50 |
| Binary | 10000101 | 1 | 11001010 | 100010 | 1100100 | 0 | 10101 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8501CA
Complementary color
Monochromatic Colors of #8501CA
Black with #8501CA
Text Example
Text Example
White with #8501CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501CA; }
p { color: rgb(133,1,202); }
H1.HeaderClassName
{
color: #8501CA;
}
.AnyTagClassName
{
color: #8501CA;
}
</style>
background-color css
<style>
a { background-color: #8501CA; }
a { background-color: rgb(133,1,202); }
div.DivClassName
{
background-color: #8501CA;
}
.BgClassName
{
background-color: #8501CA;
}
</style>
border-color css
<style>
span { border-color: #8501CA; }
span { border-color: rgb(133,1,202); }
td.TdClassName
{
border-color: #8501CA;
}
.TagClassName
{
border-color: #8501CA;
}
</style>