Shades of Dark Violet #8505CB
Tints of Dark Violet #8505CB
RGB
CMYK
RGB Variations
Color information
#8505CB (or 0x8505CB) is known color: Dark Violet. HEX triplet: 85, 05 and CB. RGB value is (133,5,203). Sum of RGB (Red+Green+Blue) = 133+5+203=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #8505CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505CB is #7AFA34. Grayscale: #414141. Windows color (decimal): -8059445 or 13305221. OLE color: 13305221.
HSL color Cylindrical-coordinate representation of color #8505CB: hue angle of 278.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505CB is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 5 | 203 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.20 |
| HSL | 278.79º | 0.95% | 0.41% | - |
| HSV(B) | 278.79º | 0.98% | 0.8% | - |
| XYZ | 20.51 | 9.41 | 57.23 | - |
| YUV | 65.84 | 205.41 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 203 | 0.34 | 0.98 | 0 | 0.20 | 278.79 | 0.95 | 0.41 |
| Hex | 85 | 5 | CB | 22 | 62 | 0 | 14 | 117 | 5F | 29 |
| Octal | 205 | 5 | 313 | 42 | 142 | 0 | 24 | 427 | 137 | 51 |
| Binary | 10000101 | 101 | 11001011 | 100010 | 1100010 | 0 | 10100 | 100010111 | 1011111 | 101001 |
Color Harmonies of #8505CB
Complementary color
Monochromatic Colors of #8505CB
Black with #8505CB
Text Example
Text Example
White with #8505CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505CB; }
p { color: rgb(133,5,203); }
H1.HeaderClassName
{
color: #8505CB;
}
.AnyTagClassName
{
color: #8505CB;
}
</style>
background-color css
<style>
a { background-color: #8505CB; }
a { background-color: rgb(133,5,203); }
div.DivClassName
{
background-color: #8505CB;
}
.BgClassName
{
background-color: #8505CB;
}
</style>
border-color css
<style>
span { border-color: #8505CB; }
span { border-color: rgb(133,5,203); }
td.TdClassName
{
border-color: #8505CB;
}
.TagClassName
{
border-color: #8505CB;
}
</style>