Shades of Dark Violet #8501D2
Tints of Dark Violet #8501D2
RGB
CMYK
RGB Variations
Color information
#8501D2 (or 0x8501D2) is known color: Dark Violet. HEX triplet: 85, 01 and D2. RGB value is (133,1,210). Sum of RGB (Red+Green+Blue) = 133+1+210=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 210 (82.42% from 255 or 61.05% from 344); Max value from RGB is 210 - color contains mainly: blue. Hex color #8501D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501D2 is #7AFE2D. Grayscale: #3F3F3F. Windows color (decimal): -8060462 or 13762949. OLE color: 13762949.
HSL color Cylindrical-coordinate representation of color #8501D2: hue angle of 277.89º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501D2 is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 1 | 210 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.18 |
| HSL | 277.89º | 0.99% | 0.41% | - |
| HSV(B) | 277.89º | 1% | 0.82% | - |
| XYZ | 21.32 | 9.66 | 61.71 | - |
| YUV | 64.29 | 210.23 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 210 | 0.37 | 1.00 | 0 | 0.18 | 277.89 | 0.99 | 0.41 |
| Hex | 85 | 1 | D2 | 25 | 64 | 0 | 12 | 116 | 63 | 29 |
| Octal | 205 | 1 | 322 | 45 | 144 | 0 | 22 | 426 | 143 | 51 |
| Binary | 10000101 | 1 | 11010010 | 100101 | 1100100 | 0 | 10010 | 100010110 | 1100011 | 101001 |
Color Harmonies of #8501D2
Complementary color
Monochromatic Colors of #8501D2
Black with #8501D2
Text Example
Text Example
White with #8501D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501D2; }
p { color: rgb(133,1,210); }
H1.HeaderClassName
{
color: #8501D2;
}
.AnyTagClassName
{
color: #8501D2;
}
</style>
background-color css
<style>
a { background-color: #8501D2; }
a { background-color: rgb(133,1,210); }
div.DivClassName
{
background-color: #8501D2;
}
.BgClassName
{
background-color: #8501D2;
}
</style>
border-color css
<style>
span { border-color: #8501D2; }
span { border-color: rgb(133,1,210); }
td.TdClassName
{
border-color: #8501D2;
}
.TagClassName
{
border-color: #8501D2;
}
</style>