Shades of Dark Violet #8507DA
Tints of Dark Violet #8507DA
RGB
CMYK
RGB Variations
Color information
#8507DA (or 0x8507DA) is known color: Dark Violet. HEX triplet: 85, 07 and DA. RGB value is (133,7,218). Sum of RGB (Red+Green+Blue) = 133+7+218=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #8507DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8507DA is #7AF825. Grayscale: #444444. Windows color (decimal): -8058918 or 14288773. OLE color: 14288773.
HSL color Cylindrical-coordinate representation of color #8507DA: hue angle of 275.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8507DA is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 7 | 218 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.15 |
| HSL | 275.83º | 0.94% | 0.44% | - |
| HSV(B) | 275.83º | 0.97% | 0.85% | - |
| XYZ | 22.4 | 10.2 | 67.12 | - |
| YUV | 68.73 | 212.24 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 218 | 0.39 | 0.97 | 0 | 0.15 | 275.83 | 0.94 | 0.44 |
| Hex | 85 | 7 | DA | 27 | 61 | 0 | F | 114 | 5E | 2C |
| Octal | 205 | 7 | 332 | 47 | 141 | 0 | 17 | 424 | 136 | 54 |
| Binary | 10000101 | 111 | 11011010 | 100111 | 1100001 | 0 | 1111 | 100010100 | 1011110 | 101100 |
Color Harmonies of #8507DA
Complementary color
Monochromatic Colors of #8507DA
Black with #8507DA
Text Example
Text Example
White with #8507DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8507DA; }
p { color: rgb(133,7,218); }
H1.HeaderClassName
{
color: #8507DA;
}
.AnyTagClassName
{
color: #8507DA;
}
</style>
background-color css
<style>
a { background-color: #8507DA; }
a { background-color: rgb(133,7,218); }
div.DivClassName
{
background-color: #8507DA;
}
.BgClassName
{
background-color: #8507DA;
}
</style>
border-color css
<style>
span { border-color: #8507DA; }
span { border-color: rgb(133,7,218); }
td.TdClassName
{
border-color: #8507DA;
}
.TagClassName
{
border-color: #8507DA;
}
</style>