Shades of Dark Violet #850ABB
Tints of Dark Violet #850ABB
RGB
CMYK
RGB Variations
Color information
#850ABB (or 0x850ABB) is known color: Dark Violet. HEX triplet: 85, 0A and BB. RGB value is (133,10,187). Sum of RGB (Red+Green+Blue) = 133+10+187=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #850ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ABB is #7AF544. Grayscale: #424242. Windows color (decimal): -8058181 or 12257925. OLE color: 12257925.
HSL color Cylindrical-coordinate representation of color #850ABB: hue angle of 281.69º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ABB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 10 | 187 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.27 |
| HSL | 281.69º | 0.9% | 0.39% | - |
| HSV(B) | 281.69º | 0.95% | 0.73% | - |
| XYZ | 18.75 | 8.79 | 47.72 | - |
| YUV | 66.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 187 | 0.29 | 0.95 | 0 | 0.27 | 281.69 | 0.9 | 0.39 |
| Hex | 85 | A | BB | 1D | 5F | 0 | 1B | 11A | 5A | 27 |
| Octal | 205 | 12 | 273 | 35 | 137 | 0 | 33 | 432 | 132 | 47 |
| Binary | 10000101 | 1010 | 10111011 | 11101 | 1011111 | 0 | 11011 | 100011010 | 1011010 | 100111 |
Color Harmonies of #850ABB
Complementary color
Monochromatic Colors of #850ABB
Black with #850ABB
Text Example
Text Example
White with #850ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850ABB; }
p { color: rgb(133,10,187); }
H1.HeaderClassName
{
color: #850ABB;
}
.AnyTagClassName
{
color: #850ABB;
}
</style>
background-color css
<style>
a { background-color: #850ABB; }
a { background-color: rgb(133,10,187); }
div.DivClassName
{
background-color: #850ABB;
}
.BgClassName
{
background-color: #850ABB;
}
</style>
border-color css
<style>
span { border-color: #850ABB; }
span { border-color: rgb(133,10,187); }
td.TdClassName
{
border-color: #850ABB;
}
.TagClassName
{
border-color: #850ABB;
}
</style>