Shades of Dark Violet #8505CF
Tints of Dark Violet #8505CF
RGB
CMYK
RGB Variations
Color information
#8505CF (or 0x8505CF) is known color: Dark Violet. HEX triplet: 85, 05 and CF. RGB value is (133,5,207). Sum of RGB (Red+Green+Blue) = 133+5+207=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #8505CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505CF is #7AFA30. Grayscale: #414141. Windows color (decimal): -8059441 or 13567365. OLE color: 13567365.
HSL color Cylindrical-coordinate representation of color #8505CF: hue angle of 278.02º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505CF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 5 | 207 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.19 |
| HSL | 278.02º | 0.95% | 0.42% | - |
| HSV(B) | 278.02º | 0.98% | 0.81% | - |
| XYZ | 20.99 | 9.6 | 59.78 | - |
| YUV | 66.3 | 207.41 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 207 | 0.36 | 0.98 | 0 | 0.19 | 278.02 | 0.95 | 0.42 |
| Hex | 85 | 5 | CF | 24 | 62 | 0 | 13 | 116 | 5F | 2A |
| Octal | 205 | 5 | 317 | 44 | 142 | 0 | 23 | 426 | 137 | 52 |
| Binary | 10000101 | 101 | 11001111 | 100100 | 1100010 | 0 | 10011 | 100010110 | 1011111 | 101010 |
Color Harmonies of #8505CF
Complementary color
Monochromatic Colors of #8505CF
Black with #8505CF
Text Example
Text Example
White with #8505CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505CF; }
p { color: rgb(133,5,207); }
H1.HeaderClassName
{
color: #8505CF;
}
.AnyTagClassName
{
color: #8505CF;
}
</style>
background-color css
<style>
a { background-color: #8505CF; }
a { background-color: rgb(133,5,207); }
div.DivClassName
{
background-color: #8505CF;
}
.BgClassName
{
background-color: #8505CF;
}
</style>
border-color css
<style>
span { border-color: #8505CF; }
span { border-color: rgb(133,5,207); }
td.TdClassName
{
border-color: #8505CF;
}
.TagClassName
{
border-color: #8505CF;
}
</style>