Shades of Dark Violet #8501D5
Tints of Dark Violet #8501D5
RGB
CMYK
RGB Variations
Color information
#8501D5 (or 0x8501D5) is known color: Dark Violet. HEX triplet: 85, 01 and D5. RGB value is (133,1,213). Sum of RGB (Red+Green+Blue) = 133+1+213=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #8501D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501D5 is #7AFE2A. Grayscale: #3F3F3F. Windows color (decimal): -8060459 or 13959557. OLE color: 13959557.
HSL color Cylindrical-coordinate representation of color #8501D5: hue angle of 277.36º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501D5 is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 1 | 213 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.16 |
| HSL | 277.36º | 0.99% | 0.42% | - |
| HSV(B) | 277.36º | 1% | 0.84% | - |
| XYZ | 21.69 | 9.81 | 63.7 | - |
| YUV | 64.64 | 211.73 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 213 | 0.38 | 1.00 | 0 | 0.16 | 277.36 | 0.99 | 0.42 |
| Hex | 85 | 1 | D5 | 26 | 64 | 0 | 10 | 115 | 63 | 2A |
| Octal | 205 | 1 | 325 | 46 | 144 | 0 | 20 | 425 | 143 | 52 |
| Binary | 10000101 | 1 | 11010101 | 100110 | 1100100 | 0 | 10000 | 100010101 | 1100011 | 101010 |
Color Harmonies of #8501D5
Complementary color
Monochromatic Colors of #8501D5
Black with #8501D5
Text Example
Text Example
White with #8501D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501D5; }
p { color: rgb(133,1,213); }
H1.HeaderClassName
{
color: #8501D5;
}
.AnyTagClassName
{
color: #8501D5;
}
</style>
background-color css
<style>
a { background-color: #8501D5; }
a { background-color: rgb(133,1,213); }
div.DivClassName
{
background-color: #8501D5;
}
.BgClassName
{
background-color: #8501D5;
}
</style>
border-color css
<style>
span { border-color: #8501D5; }
span { border-color: rgb(133,1,213); }
td.TdClassName
{
border-color: #8501D5;
}
.TagClassName
{
border-color: #8501D5;
}
</style>