Shades of Dark Violet #8507CE
Tints of Dark Violet #8507CE
RGB
CMYK
RGB Variations
Color information
#8507CE (or 0x8507CE) is known color: Dark Violet. HEX triplet: 85, 07 and CE. RGB value is (133,7,206). Sum of RGB (Red+Green+Blue) = 133+7+206=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #8507CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8507CE is #7AF831. Grayscale: #424242. Windows color (decimal): -8058930 or 13502341. OLE color: 13502341.
HSL color Cylindrical-coordinate representation of color #8507CE: hue angle of 277.99º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8507CE is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 7 | 206 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.19 |
| HSL | 277.99º | 0.93% | 0.42% | - |
| HSV(B) | 277.99º | 0.97% | 0.81% | - |
| XYZ | 20.89 | 9.59 | 59.14 | - |
| YUV | 67.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 206 | 0.35 | 0.97 | 0 | 0.19 | 277.99 | 0.93 | 0.42 |
| Hex | 85 | 7 | CE | 23 | 61 | 0 | 13 | 116 | 5D | 2A |
| Octal | 205 | 7 | 316 | 43 | 141 | 0 | 23 | 426 | 135 | 52 |
| Binary | 10000101 | 111 | 11001110 | 100011 | 1100001 | 0 | 10011 | 100010110 | 1011101 | 101010 |
Color Harmonies of #8507CE
Complementary color
Monochromatic Colors of #8507CE
Black with #8507CE
Text Example
Text Example
White with #8507CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8507CE; }
p { color: rgb(133,7,206); }
H1.HeaderClassName
{
color: #8507CE;
}
.AnyTagClassName
{
color: #8507CE;
}
</style>
background-color css
<style>
a { background-color: #8507CE; }
a { background-color: rgb(133,7,206); }
div.DivClassName
{
background-color: #8507CE;
}
.BgClassName
{
background-color: #8507CE;
}
</style>
border-color css
<style>
span { border-color: #8507CE; }
span { border-color: rgb(133,7,206); }
td.TdClassName
{
border-color: #8507CE;
}
.TagClassName
{
border-color: #8507CE;
}
</style>