Shades of Dark Violet #8501DE
Tints of Dark Violet #8501DE
RGB
CMYK
RGB Variations
Color information
#8501DE (or 0x8501DE) is known color: Dark Violet. HEX triplet: 85, 01 and DE. RGB value is (133,1,222). Sum of RGB (Red+Green+Blue) = 133+1+222=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #8501DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501DE is #7AFE21. Grayscale: #404040. Windows color (decimal): -8060450 or 14549381. OLE color: 14549381.
HSL color Cylindrical-coordinate representation of color #8501DE: hue angle of 275.84º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501DE is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 1 | 222 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.13 |
| HSL | 275.84º | 0.99% | 0.44% | - |
| HSV(B) | 275.84º | 1% | 0.87% | - |
| XYZ | 22.87 | 10.28 | 69.89 | - |
| YUV | 65.66 | 216.23 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 222 | 0.40 | 1.00 | 0 | 0.13 | 275.84 | 0.99 | 0.44 |
| Hex | 85 | 1 | DE | 28 | 64 | 0 | D | 114 | 63 | 2C |
| Octal | 205 | 1 | 336 | 50 | 144 | 0 | 15 | 424 | 143 | 54 |
| Binary | 10000101 | 1 | 11011110 | 101000 | 1100100 | 0 | 1101 | 100010100 | 1100011 | 101100 |
Color Harmonies of #8501DE
Complementary color
Monochromatic Colors of #8501DE
Black with #8501DE
Text Example
Text Example
White with #8501DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501DE; }
p { color: rgb(133,1,222); }
H1.HeaderClassName
{
color: #8501DE;
}
.AnyTagClassName
{
color: #8501DE;
}
</style>
background-color css
<style>
a { background-color: #8501DE; }
a { background-color: rgb(133,1,222); }
div.DivClassName
{
background-color: #8501DE;
}
.BgClassName
{
background-color: #8501DE;
}
</style>
border-color css
<style>
span { border-color: #8501DE; }
span { border-color: rgb(133,1,222); }
td.TdClassName
{
border-color: #8501DE;
}
.TagClassName
{
border-color: #8501DE;
}
</style>