Shades of Dark Violet #850CE5
Tints of Dark Violet #850CE5
RGB
CMYK
RGB Variations
Color information
#850CE5 (or 0x850CE5) is known color: Dark Violet. HEX triplet: 85, 0C and E5. RGB value is (133,12,229). Sum of RGB (Red+Green+Blue) = 133+12+229=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #850CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850CE5 is #7AF31A. Grayscale: #484848. Windows color (decimal): -8057627 or 15010949. OLE color: 15010949.
HSL color Cylindrical-coordinate representation of color #850CE5: hue angle of 273.46º 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 #850CE5 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 12 | 229 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.10 |
| HSL | 273.46º | 0.9% | 0.47% | - |
| HSV(B) | 273.46º | 0.95% | 0.9% | - |
| XYZ | 23.95 | 10.91 | 74.97 | - |
| YUV | 72.92 | 216.09 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 229 | 0.42 | 0.95 | 0 | 0.10 | 273.46 | 0.9 | 0.47 |
| Hex | 85 | C | E5 | 2A | 5F | 0 | A | 111 | 5A | 2F |
| Octal | 205 | 14 | 345 | 52 | 137 | 0 | 12 | 421 | 132 | 57 |
| Binary | 10000101 | 1100 | 11100101 | 101010 | 1011111 | 0 | 1010 | 100010001 | 1011010 | 101111 |
Color Harmonies of #850CE5
Complementary color
Monochromatic Colors of #850CE5
Black with #850CE5
Text Example
Text Example
White with #850CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CE5; }
p { color: rgb(133,12,229); }
H1.HeaderClassName
{
color: #850CE5;
}
.AnyTagClassName
{
color: #850CE5;
}
</style>
background-color css
<style>
a { background-color: #850CE5; }
a { background-color: rgb(133,12,229); }
div.DivClassName
{
background-color: #850CE5;
}
.BgClassName
{
background-color: #850CE5;
}
</style>
border-color css
<style>
span { border-color: #850CE5; }
span { border-color: rgb(133,12,229); }
td.TdClassName
{
border-color: #850CE5;
}
.TagClassName
{
border-color: #850CE5;
}
</style>