Shades of Blue Violet #850DED
Tints of Blue Violet #850DED
RGB
CMYK
RGB Variations
Color information
#850DED (or 0x850DED) is known color: Blue Violet. HEX triplet: 85, 0D and ED. RGB value is (133,13,237). Sum of RGB (Red+Green+Blue) = 133+13+237=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #850DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850DED is #7AF212. Grayscale: #494949. Windows color (decimal): -8057363 or 15535493. OLE color: 15535493.
HSL color Cylindrical-coordinate representation of color #850DED: hue angle of 272.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850DED is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 13 | 237 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.07 |
| HSL | 272.14º | 0.9% | 0.49% | - |
| HSV(B) | 272.14º | 0.95% | 0.93% | - |
| XYZ | 25.1 | 11.39 | 81 | - |
| YUV | 74.42 | 219.76 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 237 | 0.44 | 0.95 | 0 | 0.07 | 272.14 | 0.9 | 0.49 |
| Hex | 85 | D | ED | 2C | 5F | 0 | 7 | 110 | 5A | 31 |
| Octal | 205 | 15 | 355 | 54 | 137 | 0 | 7 | 420 | 132 | 61 |
| Binary | 10000101 | 1101 | 11101101 | 101100 | 1011111 | 0 | 111 | 100010000 | 1011010 | 110001 |
Color Harmonies of #850DED
Complementary color
Monochromatic Colors of #850DED
Black with #850DED
Text Example
Text Example
White with #850DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DED; }
p { color: rgb(133,13,237); }
H1.HeaderClassName
{
color: #850DED;
}
.AnyTagClassName
{
color: #850DED;
}
</style>
background-color css
<style>
a { background-color: #850DED; }
a { background-color: rgb(133,13,237); }
div.DivClassName
{
background-color: #850DED;
}
.BgClassName
{
background-color: #850DED;
}
</style>
border-color css
<style>
span { border-color: #850DED; }
span { border-color: rgb(133,13,237); }
td.TdClassName
{
border-color: #850DED;
}
.TagClassName
{
border-color: #850DED;
}
</style>