Shades of Dark Violet #850CDD
Tints of Dark Violet #850CDD
RGB
CMYK
RGB Variations
Color information
#850CDD (or 0x850CDD) is known color: Dark Violet. HEX triplet: 85, 0C and DD. RGB value is (133,12,221). Sum of RGB (Red+Green+Blue) = 133+12+221=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #850CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CDD is #7AF322. Grayscale: #474747. Windows color (decimal): -8057635 or 14486661. OLE color: 14486661.
HSL color Cylindrical-coordinate representation of color #850CDD: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CDD is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 12 | 221 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.13 |
| HSL | 274.74º | 0.9% | 0.46% | - |
| HSV(B) | 274.74º | 0.95% | 0.87% | - |
| XYZ | 22.86 | 10.47 | 69.22 | - |
| YUV | 72.01 | 212.09 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 221 | 0.40 | 0.95 | 0 | 0.13 | 274.74 | 0.9 | 0.46 |
| Hex | 85 | C | DD | 28 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 205 | 14 | 335 | 50 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10000101 | 1100 | 11011101 | 101000 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #850CDD
Complementary color
Monochromatic Colors of #850CDD
Black with #850CDD
Text Example
Text Example
White with #850CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CDD; }
p { color: rgb(133,12,221); }
H1.HeaderClassName
{
color: #850CDD;
}
.AnyTagClassName
{
color: #850CDD;
}
</style>
background-color css
<style>
a { background-color: #850CDD; }
a { background-color: rgb(133,12,221); }
div.DivClassName
{
background-color: #850CDD;
}
.BgClassName
{
background-color: #850CDD;
}
</style>
border-color css
<style>
span { border-color: #850CDD; }
span { border-color: rgb(133,12,221); }
td.TdClassName
{
border-color: #850CDD;
}
.TagClassName
{
border-color: #850CDD;
}
</style>