Shades of Dark Violet #850BCE
Tints of Dark Violet #850BCE
RGB
CMYK
RGB Variations
Color information
#850BCE (or 0x850BCE) is known color: Dark Violet. HEX triplet: 85, 0B and CE. RGB value is (133,11,206). Sum of RGB (Red+Green+Blue) = 133+11+206=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #850BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BCE is #7AF431. Grayscale: #454545. Windows color (decimal): -8057906 or 13503365. OLE color: 13503365.
HSL color Cylindrical-coordinate representation of color #850BCE: hue angle of 277.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850BCE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 11 | 206 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.19 |
| HSL | 277.54º | 0.9% | 0.43% | - |
| HSV(B) | 277.54º | 0.95% | 0.81% | - |
| XYZ | 20.93 | 9.68 | 59.16 | - |
| YUV | 69.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 206 | 0.35 | 0.95 | 0 | 0.19 | 277.54 | 0.9 | 0.43 |
| Hex | 85 | B | CE | 23 | 5F | 0 | 13 | 116 | 5A | 2B |
| Octal | 205 | 13 | 316 | 43 | 137 | 0 | 23 | 426 | 132 | 53 |
| Binary | 10000101 | 1011 | 11001110 | 100011 | 1011111 | 0 | 10011 | 100010110 | 1011010 | 101011 |
Color Harmonies of #850BCE
Complementary color
Monochromatic Colors of #850BCE
Black with #850BCE
Text Example
Text Example
White with #850BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BCE; }
p { color: rgb(133,11,206); }
H1.HeaderClassName
{
color: #850BCE;
}
.AnyTagClassName
{
color: #850BCE;
}
</style>
background-color css
<style>
a { background-color: #850BCE; }
a { background-color: rgb(133,11,206); }
div.DivClassName
{
background-color: #850BCE;
}
.BgClassName
{
background-color: #850BCE;
}
</style>
border-color css
<style>
span { border-color: #850BCE; }
span { border-color: rgb(133,11,206); }
td.TdClassName
{
border-color: #850BCE;
}
.TagClassName
{
border-color: #850BCE;
}
</style>