Shades of Dark Violet #850ABC
Tints of Dark Violet #850ABC
RGB
CMYK
RGB Variations
Color information
#850ABC (or 0x850ABC) is known color: Dark Violet. HEX triplet: 85, 0A and BC. RGB value is (133,10,188). Sum of RGB (Red+Green+Blue) = 133+10+188=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #850ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ABC is #7AF543. Grayscale: #424242. Windows color (decimal): -8058180 or 12323461. OLE color: 12323461.
HSL color Cylindrical-coordinate representation of color #850ABC: hue angle of 281.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ABC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 10 | 188 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.26 |
| HSL | 281.46º | 0.9% | 0.39% | - |
| HSV(B) | 281.46º | 0.95% | 0.74% | - |
| XYZ | 18.86 | 8.83 | 48.29 | - |
| YUV | 67.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 188 | 0.29 | 0.95 | 0 | 0.26 | 281.46 | 0.9 | 0.39 |
| Hex | 85 | A | BC | 1D | 5F | 0 | 1A | 119 | 5A | 27 |
| Octal | 205 | 12 | 274 | 35 | 137 | 0 | 32 | 431 | 132 | 47 |
| Binary | 10000101 | 1010 | 10111100 | 11101 | 1011111 | 0 | 11010 | 100011001 | 1011010 | 100111 |
Color Harmonies of #850ABC
Complementary color
Monochromatic Colors of #850ABC
Black with #850ABC
Text Example
Text Example
White with #850ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850ABC; }
p { color: rgb(133,10,188); }
H1.HeaderClassName
{
color: #850ABC;
}
.AnyTagClassName
{
color: #850ABC;
}
</style>
background-color css
<style>
a { background-color: #850ABC; }
a { background-color: rgb(133,10,188); }
div.DivClassName
{
background-color: #850ABC;
}
.BgClassName
{
background-color: #850ABC;
}
</style>
border-color css
<style>
span { border-color: #850ABC; }
span { border-color: rgb(133,10,188); }
td.TdClassName
{
border-color: #850ABC;
}
.TagClassName
{
border-color: #850ABC;
}
</style>