Shades of Dark Violet #850CDE
Tints of Dark Violet #850CDE
RGB
CMYK
RGB Variations
Color information
#850CDE (or 0x850CDE) is known color: Dark Violet. HEX triplet: 85, 0C and DE. RGB value is (133,12,222). Sum of RGB (Red+Green+Blue) = 133+12+222=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #850CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CDE is #7AF321. Grayscale: #474747. Windows color (decimal): -8057634 or 14552197. OLE color: 14552197.
HSL color Cylindrical-coordinate representation of color #850CDE: hue angle of 274.57º 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 #850CDE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 12 | 222 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.13 |
| HSL | 274.57º | 0.9% | 0.46% | - |
| HSV(B) | 274.57º | 0.95% | 0.87% | - |
| XYZ | 22.99 | 10.52 | 69.93 | - |
| YUV | 72.12 | 212.59 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 222 | 0.40 | 0.95 | 0 | 0.13 | 274.57 | 0.9 | 0.46 |
| Hex | 85 | C | DE | 28 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 205 | 14 | 336 | 50 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10000101 | 1100 | 11011110 | 101000 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #850CDE
Complementary color
Monochromatic Colors of #850CDE
Black with #850CDE
Text Example
Text Example
White with #850CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CDE; }
p { color: rgb(133,12,222); }
H1.HeaderClassName
{
color: #850CDE;
}
.AnyTagClassName
{
color: #850CDE;
}
</style>
background-color css
<style>
a { background-color: #850CDE; }
a { background-color: rgb(133,12,222); }
div.DivClassName
{
background-color: #850CDE;
}
.BgClassName
{
background-color: #850CDE;
}
</style>
border-color css
<style>
span { border-color: #850CDE; }
span { border-color: rgb(133,12,222); }
td.TdClassName
{
border-color: #850CDE;
}
.TagClassName
{
border-color: #850CDE;
}
</style>