Shades of Dark Violet #8508CF
Tints of Dark Violet #8508CF
RGB
CMYK
RGB Variations
Color information
#8508CF (or 0x8508CF) is known color: Dark Violet. HEX triplet: 85, 08 and CF. RGB value is (133,8,207). Sum of RGB (Red+Green+Blue) = 133+8+207=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #8508CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8508CF is #7AF730. Grayscale: #434343. Windows color (decimal): -8058673 or 13568133. OLE color: 13568133.
HSL color Cylindrical-coordinate representation of color #8508CF: hue angle of 277.69º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8508CF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 8 | 207 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.19 |
| HSL | 277.69º | 0.93% | 0.42% | - |
| HSV(B) | 277.69º | 0.96% | 0.81% | - |
| XYZ | 21.02 | 9.67 | 59.79 | - |
| YUV | 68.06 | 206.41 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 207 | 0.36 | 0.96 | 0 | 0.19 | 277.69 | 0.93 | 0.42 |
| Hex | 85 | 8 | CF | 24 | 60 | 0 | 13 | 116 | 5D | 2A |
| Octal | 205 | 10 | 317 | 44 | 140 | 0 | 23 | 426 | 135 | 52 |
| Binary | 10000101 | 1000 | 11001111 | 100100 | 1100000 | 0 | 10011 | 100010110 | 1011101 | 101010 |
Color Harmonies of #8508CF
Complementary color
Monochromatic Colors of #8508CF
Black with #8508CF
Text Example
Text Example
White with #8508CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8508CF; }
p { color: rgb(133,8,207); }
H1.HeaderClassName
{
color: #8508CF;
}
.AnyTagClassName
{
color: #8508CF;
}
</style>
background-color css
<style>
a { background-color: #8508CF; }
a { background-color: rgb(133,8,207); }
div.DivClassName
{
background-color: #8508CF;
}
.BgClassName
{
background-color: #8508CF;
}
</style>
border-color css
<style>
span { border-color: #8508CF; }
span { border-color: rgb(133,8,207); }
td.TdClassName
{
border-color: #8508CF;
}
.TagClassName
{
border-color: #8508CF;
}
</style>