Shades of Dark Violet #850BD8
Tints of Dark Violet #850BD8
RGB
CMYK
RGB Variations
Color information
#850BD8 (or 0x850BD8) is known color: Dark Violet. HEX triplet: 85, 0B and D8. RGB value is (133,11,216). Sum of RGB (Red+Green+Blue) = 133+11+216=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #850BD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BD8 is #7AF427. Grayscale: #464646. Windows color (decimal): -8057896 or 14158725. OLE color: 14158725.
HSL color Cylindrical-coordinate representation of color #850BD8: hue angle of 275.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850BD8 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 11 | 216 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.15 |
| HSL | 275.71º | 0.9% | 0.45% | - |
| HSV(B) | 275.71º | 0.95% | 0.85% | - |
| XYZ | 22.19 | 10.18 | 65.76 | - |
| YUV | 70.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 216 | 0.38 | 0.95 | 0 | 0.15 | 275.71 | 0.9 | 0.45 |
| Hex | 85 | B | D8 | 26 | 5F | 0 | F | 114 | 5A | 2D |
| Octal | 205 | 13 | 330 | 46 | 137 | 0 | 17 | 424 | 132 | 55 |
| Binary | 10000101 | 1011 | 11011000 | 100110 | 1011111 | 0 | 1111 | 100010100 | 1011010 | 101101 |
Color Harmonies of #850BD8
Complementary color
Monochromatic Colors of #850BD8
Black with #850BD8
Text Example
Text Example
White with #850BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BD8; }
p { color: rgb(133,11,216); }
H1.HeaderClassName
{
color: #850BD8;
}
.AnyTagClassName
{
color: #850BD8;
}
</style>
background-color css
<style>
a { background-color: #850BD8; }
a { background-color: rgb(133,11,216); }
div.DivClassName
{
background-color: #850BD8;
}
.BgClassName
{
background-color: #850BD8;
}
</style>
border-color css
<style>
span { border-color: #850BD8; }
span { border-color: rgb(133,11,216); }
td.TdClassName
{
border-color: #850BD8;
}
.TagClassName
{
border-color: #850BD8;
}
</style>