Shades of Dark Violet #920ACC
Tints of Dark Violet #920ACC
RGB
CMYK
RGB Variations
Color information
#920ACC (or 0x920ACC) is known color: Dark Violet. HEX triplet: 92, 0A and CC. RGB value is (146,10,204). Sum of RGB (Red+Green+Blue) = 146+10+204=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #920ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ACC is #6DF533. Grayscale: #484848. Windows color (decimal): -7206196 or 13372050. OLE color: 13372050.
HSL color Cylindrical-coordinate representation of color #920ACC: hue angle of 282.06º 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 #920ACC is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 10 | 204 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.2 |
| HSL | 282.06º | 0.91% | 0.42% | - |
| HSV(B) | 282.06º | 0.95% | 0.8% | - |
| XYZ | 22.86 | 10.69 | 57.98 | - |
| YUV | 72.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 204 | 0.28 | 0.95 | 0 | 0.2 | 282.06 | 0.91 | 0.42 |
| Hex | 92 | A | CC | 1C | 5F | 0 | 14 | 11A | 5B | 2A |
| Octal | 222 | 12 | 314 | 34 | 137 | 0 | 24 | 432 | 133 | 52 |
| Binary | 10010010 | 1010 | 11001100 | 11100 | 1011111 | 0 | 10100 | 100011010 | 1011011 | 101010 |
Color Harmonies of #920ACC
Complementary color
Monochromatic Colors of #920ACC
Black with #920ACC
Text Example
Text Example
White with #920ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920ACC; }
p { color: rgb(146,10,204); }
H1.HeaderClassName
{
color: #920ACC;
}
.AnyTagClassName
{
color: #920ACC;
}
</style>
background-color css
<style>
a { background-color: #920ACC; }
a { background-color: rgb(146,10,204); }
div.DivClassName
{
background-color: #920ACC;
}
.BgClassName
{
background-color: #920ACC;
}
</style>
border-color css
<style>
span { border-color: #920ACC; }
span { border-color: rgb(146,10,204); }
td.TdClassName
{
border-color: #920ACC;
}
.TagClassName
{
border-color: #920ACC;
}
</style>