Shades of Dark Violet #8501DF
Tints of Dark Violet #8501DF
RGB
CMYK
RGB Variations
Color information
#8501DF (or 0x8501DF) is known color: Dark Violet. HEX triplet: 85, 01 and DF. RGB value is (133,1,223). Sum of RGB (Red+Green+Blue) = 133+1+223=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #8501DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501DF is #7AFE20. Grayscale: #414141. Windows color (decimal): -8060449 or 14614917. OLE color: 14614917.
HSL color Cylindrical-coordinate representation of color #8501DF: hue angle of 275.68º 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 #8501DF is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 1 | 223 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.13 |
| HSL | 275.68º | 0.99% | 0.44% | - |
| HSV(B) | 275.68º | 1% | 0.87% | - |
| XYZ | 23 | 10.34 | 70.59 | - |
| YUV | 65.78 | 216.73 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 223 | 0.40 | 1.00 | 0 | 0.13 | 275.68 | 0.99 | 0.44 |
| Hex | 85 | 1 | DF | 28 | 64 | 0 | D | 114 | 63 | 2C |
| Octal | 205 | 1 | 337 | 50 | 144 | 0 | 15 | 424 | 143 | 54 |
| Binary | 10000101 | 1 | 11011111 | 101000 | 1100100 | 0 | 1101 | 100010100 | 1100011 | 101100 |
Color Harmonies of #8501DF
Complementary color
Monochromatic Colors of #8501DF
Black with #8501DF
Text Example
Text Example
White with #8501DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501DF; }
p { color: rgb(133,1,223); }
H1.HeaderClassName
{
color: #8501DF;
}
.AnyTagClassName
{
color: #8501DF;
}
</style>
background-color css
<style>
a { background-color: #8501DF; }
a { background-color: rgb(133,1,223); }
div.DivClassName
{
background-color: #8501DF;
}
.BgClassName
{
background-color: #8501DF;
}
</style>
border-color css
<style>
span { border-color: #8501DF; }
span { border-color: rgb(133,1,223); }
td.TdClassName
{
border-color: #8501DF;
}
.TagClassName
{
border-color: #8501DF;
}
</style>