Shades of Dark Violet #850AB2
Tints of Dark Violet #850AB2
RGB
CMYK
RGB Variations
Color information
#850AB2 (or 0x850AB2) is known color: Dark Violet. HEX triplet: 85, 0A and B2. RGB value is (133,10,178). Sum of RGB (Red+Green+Blue) = 133+10+178=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #850AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850AB2 is #7AF54D. Grayscale: #414141. Windows color (decimal): -8058190 or 11668101. OLE color: 11668101.
HSL color Cylindrical-coordinate representation of color #850AB2: hue angle of 283.93º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850AB2 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 10 | 178 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.30 |
| HSL | 283.93º | 0.89% | 0.37% | - |
| HSV(B) | 283.93º | 0.94% | 0.7% | - |
| XYZ | 17.82 | 8.42 | 42.81 | - |
| YUV | 65.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 178 | 0.25 | 0.94 | 0 | 0.30 | 283.93 | 0.89 | 0.37 |
| Hex | 85 | A | B2 | 19 | 5E | 0 | 1E | 11C | 59 | 25 |
| Octal | 205 | 12 | 262 | 31 | 136 | 0 | 36 | 434 | 131 | 45 |
| Binary | 10000101 | 1010 | 10110010 | 11001 | 1011110 | 0 | 11110 | 100011100 | 1011001 | 100101 |
Color Harmonies of #850AB2
Complementary color
Monochromatic Colors of #850AB2
Black with #850AB2
Text Example
Text Example
White with #850AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AB2; }
p { color: rgb(133,10,178); }
H1.HeaderClassName
{
color: #850AB2;
}
.AnyTagClassName
{
color: #850AB2;
}
</style>
background-color css
<style>
a { background-color: #850AB2; }
a { background-color: rgb(133,10,178); }
div.DivClassName
{
background-color: #850AB2;
}
.BgClassName
{
background-color: #850AB2;
}
</style>
border-color css
<style>
span { border-color: #850AB2; }
span { border-color: rgb(133,10,178); }
td.TdClassName
{
border-color: #850AB2;
}
.TagClassName
{
border-color: #850AB2;
}
</style>