Shades of Dark Violet #850ACD
Tints of Dark Violet #850ACD
RGB
CMYK
RGB Variations
Color information
#850ACD (or 0x850ACD) is known color: Dark Violet. HEX triplet: 85, 0A and CD. RGB value is (133,10,205). Sum of RGB (Red+Green+Blue) = 133+10+205=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #850ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ACD is #7AF532. Grayscale: #444444. Windows color (decimal): -8058163 or 13437573. OLE color: 13437573.
HSL color Cylindrical-coordinate representation of color #850ACD: hue angle of 277.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ACD is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 10 | 205 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.20 |
| HSL | 277.85º | 0.91% | 0.42% | - |
| HSV(B) | 277.85º | 0.95% | 0.8% | - |
| XYZ | 20.8 | 9.61 | 58.52 | - |
| YUV | 69.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 205 | 0.35 | 0.95 | 0 | 0.20 | 277.85 | 0.91 | 0.42 |
| Hex | 85 | A | CD | 23 | 5F | 0 | 14 | 116 | 5B | 2A |
| Octal | 205 | 12 | 315 | 43 | 137 | 0 | 24 | 426 | 133 | 52 |
| Binary | 10000101 | 1010 | 11001101 | 100011 | 1011111 | 0 | 10100 | 100010110 | 1011011 | 101010 |
Color Harmonies of #850ACD
Complementary color
Monochromatic Colors of #850ACD
Black with #850ACD
Text Example
Text Example
White with #850ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850ACD; }
p { color: rgb(133,10,205); }
H1.HeaderClassName
{
color: #850ACD;
}
.AnyTagClassName
{
color: #850ACD;
}
</style>
background-color css
<style>
a { background-color: #850ACD; }
a { background-color: rgb(133,10,205); }
div.DivClassName
{
background-color: #850ACD;
}
.BgClassName
{
background-color: #850ACD;
}
</style>
border-color css
<style>
span { border-color: #850ACD; }
span { border-color: rgb(133,10,205); }
td.TdClassName
{
border-color: #850ACD;
}
.TagClassName
{
border-color: #850ACD;
}
</style>