Shades of Dark Violet #850AB3
Tints of Dark Violet #850AB3
RGB
CMYK
RGB Variations
Color information
#850AB3 (or 0x850AB3) is known color: Dark Violet. HEX triplet: 85, 0A and B3. RGB value is (133,10,179). Sum of RGB (Red+Green+Blue) = 133+10+179=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #850AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850AB3 is #7AF54C. Grayscale: #414141. Windows color (decimal): -8058189 or 11733637. OLE color: 11733637.
HSL color Cylindrical-coordinate representation of color #850AB3: hue angle of 283.67º 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 #850AB3 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 10 | 179 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.30 |
| HSL | 283.67º | 0.89% | 0.37% | - |
| HSV(B) | 283.67º | 0.94% | 0.7% | - |
| XYZ | 17.92 | 8.46 | 43.34 | - |
| YUV | 66.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 179 | 0.26 | 0.94 | 0 | 0.30 | 283.67 | 0.89 | 0.37 |
| Hex | 85 | A | B3 | 1A | 5E | 0 | 1E | 11C | 59 | 25 |
| Octal | 205 | 12 | 263 | 32 | 136 | 0 | 36 | 434 | 131 | 45 |
| Binary | 10000101 | 1010 | 10110011 | 11010 | 1011110 | 0 | 11110 | 100011100 | 1011001 | 100101 |
Color Harmonies of #850AB3
Complementary color
Monochromatic Colors of #850AB3
Black with #850AB3
Text Example
Text Example
White with #850AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AB3; }
p { color: rgb(133,10,179); }
H1.HeaderClassName
{
color: #850AB3;
}
.AnyTagClassName
{
color: #850AB3;
}
</style>
background-color css
<style>
a { background-color: #850AB3; }
a { background-color: rgb(133,10,179); }
div.DivClassName
{
background-color: #850AB3;
}
.BgClassName
{
background-color: #850AB3;
}
</style>
border-color css
<style>
span { border-color: #850AB3; }
span { border-color: rgb(133,10,179); }
td.TdClassName
{
border-color: #850AB3;
}
.TagClassName
{
border-color: #850AB3;
}
</style>