Shades of Dark Violet #850BC9
Tints of Dark Violet #850BC9
RGB
CMYK
RGB Variations
Color information
#850BC9 (or 0x850BC9) is known color: Dark Violet. HEX triplet: 85, 0B and C9. RGB value is (133,11,201). Sum of RGB (Red+Green+Blue) = 133+11+201=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #850BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BC9 is #7AF436. Grayscale: #444444. Windows color (decimal): -8057911 or 13175685. OLE color: 13175685.
HSL color Cylindrical-coordinate representation of color #850BC9: hue angle of 278.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850BC9 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 11 | 201 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.21 |
| HSL | 278.53º | 0.9% | 0.42% | - |
| HSV(B) | 278.53º | 0.95% | 0.79% | - |
| XYZ | 20.34 | 9.44 | 56.01 | - |
| YUV | 69.14 | 202.42 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 201 | 0.34 | 0.95 | 0 | 0.21 | 278.53 | 0.9 | 0.42 |
| Hex | 85 | B | C9 | 22 | 5F | 0 | 15 | 117 | 5A | 2A |
| Octal | 205 | 13 | 311 | 42 | 137 | 0 | 25 | 427 | 132 | 52 |
| Binary | 10000101 | 1011 | 11001001 | 100010 | 1011111 | 0 | 10101 | 100010111 | 1011010 | 101010 |
Color Harmonies of #850BC9
Complementary color
Monochromatic Colors of #850BC9
Black with #850BC9
Text Example
Text Example
White with #850BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BC9; }
p { color: rgb(133,11,201); }
H1.HeaderClassName
{
color: #850BC9;
}
.AnyTagClassName
{
color: #850BC9;
}
</style>
background-color css
<style>
a { background-color: #850BC9; }
a { background-color: rgb(133,11,201); }
div.DivClassName
{
background-color: #850BC9;
}
.BgClassName
{
background-color: #850BC9;
}
</style>
border-color css
<style>
span { border-color: #850BC9; }
span { border-color: rgb(133,11,201); }
td.TdClassName
{
border-color: #850BC9;
}
.TagClassName
{
border-color: #850BC9;
}
</style>