Shades of Dark Violet #850ADC
Tints of Dark Violet #850ADC
RGB
CMYK
RGB Variations
Color information
#850ADC (or 0x850ADC) is known color: Dark Violet. HEX triplet: 85, 0A and DC. RGB value is (133,10,220). Sum of RGB (Red+Green+Blue) = 133+10+220=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #850ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #850ADC is #7AF523. Grayscale: #464646. Windows color (decimal): -8058148 or 14420613. OLE color: 14420613.
HSL color Cylindrical-coordinate representation of color #850ADC: hue angle of 275.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850ADC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 10 | 220 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.14 |
| HSL | 275.14º | 0.91% | 0.45% | - |
| HSV(B) | 275.14º | 0.95% | 0.86% | - |
| XYZ | 22.7 | 10.37 | 68.52 | - |
| YUV | 70.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 220 | 0.40 | 0.95 | 0 | 0.14 | 275.14 | 0.91 | 0.45 |
| Hex | 85 | A | DC | 28 | 5F | 0 | E | 113 | 5B | 2D |
| Octal | 205 | 12 | 334 | 50 | 137 | 0 | 16 | 423 | 133 | 55 |
| Binary | 10000101 | 1010 | 11011100 | 101000 | 1011111 | 0 | 1110 | 100010011 | 1011011 | 101101 |
Color Harmonies of #850ADC
Complementary color
Monochromatic Colors of #850ADC
Black with #850ADC
Text Example
Text Example
White with #850ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850ADC; }
p { color: rgb(133,10,220); }
H1.HeaderClassName
{
color: #850ADC;
}
.AnyTagClassName
{
color: #850ADC;
}
</style>
background-color css
<style>
a { background-color: #850ADC; }
a { background-color: rgb(133,10,220); }
div.DivClassName
{
background-color: #850ADC;
}
.BgClassName
{
background-color: #850ADC;
}
</style>
border-color css
<style>
span { border-color: #850ADC; }
span { border-color: rgb(133,10,220); }
td.TdClassName
{
border-color: #850ADC;
}
.TagClassName
{
border-color: #850ADC;
}
</style>