Shades of Dark Violet #920ACD
Tints of Dark Violet #920ACD
RGB
CMYK
RGB Variations
Color information
#920ACD (or 0x920ACD) is known color: Dark Violet. HEX triplet: 92, 0A and CD. RGB value is (146,10,205). Sum of RGB (Red+Green+Blue) = 146+10+205=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #920ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ACD is #6DF532. Grayscale: #484848. Windows color (decimal): -7206195 or 13437586. OLE color: 13437586.
HSL color Cylindrical-coordinate representation of color #920ACD: hue angle of 281.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 #920ACD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 10 | 205 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.20 |
| HSL | 281.85º | 0.91% | 0.42% | - |
| HSV(B) | 281.85º | 0.95% | 0.8% | - |
| XYZ | 22.98 | 10.74 | 58.62 | - |
| YUV | 72.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 205 | 0.29 | 0.95 | 0 | 0.20 | 281.85 | 0.91 | 0.42 |
| Hex | 92 | A | CD | 1D | 5F | 0 | 14 | 11A | 5B | 2A |
| Octal | 222 | 12 | 315 | 35 | 137 | 0 | 24 | 432 | 133 | 52 |
| Binary | 10010010 | 1010 | 11001101 | 11101 | 1011111 | 0 | 10100 | 100011010 | 1011011 | 101010 |
Color Harmonies of #920ACD
Complementary color
Monochromatic Colors of #920ACD
Black with #920ACD
Text Example
Text Example
White with #920ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920ACD; }
p { color: rgb(146,10,205); }
H1.HeaderClassName
{
color: #920ACD;
}
.AnyTagClassName
{
color: #920ACD;
}
</style>
background-color css
<style>
a { background-color: #920ACD; }
a { background-color: rgb(146,10,205); }
div.DivClassName
{
background-color: #920ACD;
}
.BgClassName
{
background-color: #920ACD;
}
</style>
border-color css
<style>
span { border-color: #920ACD; }
span { border-color: rgb(146,10,205); }
td.TdClassName
{
border-color: #920ACD;
}
.TagClassName
{
border-color: #920ACD;
}
</style>