Shades of Dark Violet #850DBB
Tints of Dark Violet #850DBB
RGB
CMYK
RGB Variations
Color information
#850DBB (or 0x850DBB) is known color: Dark Violet. HEX triplet: 85, 0D and BB. RGB value is (133,13,187). Sum of RGB (Red+Green+Blue) = 133+13+187=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #850DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850DBB is #7AF244. Grayscale: #444444. Windows color (decimal): -8057413 or 12258693. OLE color: 12258693.
HSL color Cylindrical-coordinate representation of color #850DBB: hue angle of 281.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850DBB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 13 | 187 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.27 |
| HSL | 281.38º | 0.87% | 0.39% | - |
| HSV(B) | 281.38º | 0.93% | 0.73% | - |
| XYZ | 18.79 | 8.86 | 47.73 | - |
| YUV | 68.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 187 | 0.29 | 0.93 | 0 | 0.27 | 281.38 | 0.87 | 0.39 |
| Hex | 85 | D | BB | 1D | 5D | 0 | 1B | 119 | 57 | 27 |
| Octal | 205 | 15 | 273 | 35 | 135 | 0 | 33 | 431 | 127 | 47 |
| Binary | 10000101 | 1101 | 10111011 | 11101 | 1011101 | 0 | 11011 | 100011001 | 1010111 | 100111 |
Color Harmonies of #850DBB
Complementary color
Monochromatic Colors of #850DBB
Black with #850DBB
Text Example
Text Example
White with #850DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DBB; }
p { color: rgb(133,13,187); }
H1.HeaderClassName
{
color: #850DBB;
}
.AnyTagClassName
{
color: #850DBB;
}
</style>
background-color css
<style>
a { background-color: #850DBB; }
a { background-color: rgb(133,13,187); }
div.DivClassName
{
background-color: #850DBB;
}
.BgClassName
{
background-color: #850DBB;
}
</style>
border-color css
<style>
span { border-color: #850DBB; }
span { border-color: rgb(133,13,187); }
td.TdClassName
{
border-color: #850DBB;
}
.TagClassName
{
border-color: #850DBB;
}
</style>