Shades of Dark Violet #850CE6
Tints of Dark Violet #850CE6
RGB
CMYK
RGB Variations
Color information
#850CE6 (or 0x850CE6) is known color: Dark Violet. HEX triplet: 85, 0C and E6. RGB value is (133,12,230). Sum of RGB (Red+Green+Blue) = 133+12+230=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #850CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CE6 is #7AF319. Grayscale: #484848. Windows color (decimal): -8057626 or 15076485. OLE color: 15076485.
HSL color Cylindrical-coordinate representation of color #850CE6: hue angle of 273.3º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CE6 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 12 | 230 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.10 |
| HSL | 273.3º | 0.9% | 0.47% | - |
| HSV(B) | 273.3º | 0.95% | 0.9% | - |
| XYZ | 24.09 | 10.96 | 75.71 | - |
| YUV | 73.03 | 216.59 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 230 | 0.42 | 0.95 | 0 | 0.10 | 273.3 | 0.9 | 0.47 |
| Hex | 85 | C | E6 | 2A | 5F | 0 | A | 111 | 5A | 2F |
| Octal | 205 | 14 | 346 | 52 | 137 | 0 | 12 | 421 | 132 | 57 |
| Binary | 10000101 | 1100 | 11100110 | 101010 | 1011111 | 0 | 1010 | 100010001 | 1011010 | 101111 |
Color Harmonies of #850CE6
Complementary color
Monochromatic Colors of #850CE6
Black with #850CE6
Text Example
Text Example
White with #850CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CE6; }
p { color: rgb(133,12,230); }
H1.HeaderClassName
{
color: #850CE6;
}
.AnyTagClassName
{
color: #850CE6;
}
</style>
background-color css
<style>
a { background-color: #850CE6; }
a { background-color: rgb(133,12,230); }
div.DivClassName
{
background-color: #850CE6;
}
.BgClassName
{
background-color: #850CE6;
}
</style>
border-color css
<style>
span { border-color: #850CE6; }
span { border-color: rgb(133,12,230); }
td.TdClassName
{
border-color: #850CE6;
}
.TagClassName
{
border-color: #850CE6;
}
</style>