Shades of Dark Violet #850BDA
Tints of Dark Violet #850BDA
RGB
CMYK
RGB Variations
Color information
#850BDA (or 0x850BDA) is known color: Dark Violet. HEX triplet: 85, 0B and DA. RGB value is (133,11,218). Sum of RGB (Red+Green+Blue) = 133+11+218=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #850BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850BDA is #7AF425. Grayscale: #464646. Windows color (decimal): -8057894 or 14289797. OLE color: 14289797.
HSL color Cylindrical-coordinate representation of color #850BDA: hue angle of 275.36º 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 #850BDA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 11 | 218 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.15 |
| HSL | 275.36º | 0.9% | 0.45% | - |
| HSV(B) | 275.36º | 0.95% | 0.85% | - |
| XYZ | 22.45 | 10.29 | 67.13 | - |
| YUV | 71.08 | 210.92 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 218 | 0.39 | 0.95 | 0 | 0.15 | 275.36 | 0.9 | 0.45 |
| Hex | 85 | B | DA | 27 | 5F | 0 | F | 113 | 5A | 2D |
| Octal | 205 | 13 | 332 | 47 | 137 | 0 | 17 | 423 | 132 | 55 |
| Binary | 10000101 | 1011 | 11011010 | 100111 | 1011111 | 0 | 1111 | 100010011 | 1011010 | 101101 |
Color Harmonies of #850BDA
Complementary color
Monochromatic Colors of #850BDA
Black with #850BDA
Text Example
Text Example
White with #850BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BDA; }
p { color: rgb(133,11,218); }
H1.HeaderClassName
{
color: #850BDA;
}
.AnyTagClassName
{
color: #850BDA;
}
</style>
background-color css
<style>
a { background-color: #850BDA; }
a { background-color: rgb(133,11,218); }
div.DivClassName
{
background-color: #850BDA;
}
.BgClassName
{
background-color: #850BDA;
}
</style>
border-color css
<style>
span { border-color: #850BDA; }
span { border-color: rgb(133,11,218); }
td.TdClassName
{
border-color: #850BDA;
}
.TagClassName
{
border-color: #850BDA;
}
</style>