Shades of Dark Violet #8501DD
Tints of Dark Violet #8501DD
RGB
CMYK
RGB Variations
Color information
#8501DD (or 0x8501DD) is known color: Dark Violet. HEX triplet: 85, 01 and DD. RGB value is (133,1,221). Sum of RGB (Red+Green+Blue) = 133+1+221=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #8501DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501DD is #7AFE22. Grayscale: #404040. Windows color (decimal): -8060451 or 14483845. OLE color: 14483845.
HSL color Cylindrical-coordinate representation of color #8501DD: hue angle of 276º 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 #8501DD is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 1 | 221 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.13 |
| HSL | 276º | 0.99% | 0.44% | - |
| HSV(B) | 276º | 1% | 0.87% | - |
| XYZ | 22.73 | 10.23 | 69.18 | - |
| YUV | 65.55 | 215.73 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 221 | 0.40 | 1.00 | 0 | 0.13 | 276 | 0.99 | 0.44 |
| Hex | 85 | 1 | DD | 28 | 64 | 0 | D | 114 | 63 | 2C |
| Octal | 205 | 1 | 335 | 50 | 144 | 0 | 15 | 424 | 143 | 54 |
| Binary | 10000101 | 1 | 11011101 | 101000 | 1100100 | 0 | 1101 | 100010100 | 1100011 | 101100 |
Color Harmonies of #8501DD
Complementary color
Monochromatic Colors of #8501DD
Black with #8501DD
Text Example
Text Example
White with #8501DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501DD; }
p { color: rgb(133,1,221); }
H1.HeaderClassName
{
color: #8501DD;
}
.AnyTagClassName
{
color: #8501DD;
}
</style>
background-color css
<style>
a { background-color: #8501DD; }
a { background-color: rgb(133,1,221); }
div.DivClassName
{
background-color: #8501DD;
}
.BgClassName
{
background-color: #8501DD;
}
</style>
border-color css
<style>
span { border-color: #8501DD; }
span { border-color: rgb(133,1,221); }
td.TdClassName
{
border-color: #8501DD;
}
.TagClassName
{
border-color: #8501DD;
}
</style>