Shades of Dark Orchid #922CCA
Tints of Dark Orchid #922CCA
RGB
CMYK
RGB Variations
Color information
#922CCA (or 0x922CCA) is known color: Dark Orchid. HEX triplet: 92, 2C and CA. RGB value is (146,44,202). Sum of RGB (Red+Green+Blue) = 146+44+202=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #922CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922CCA is #6DD335. Grayscale: #5B5B5B. Windows color (decimal): -7197494 or 13249682. OLE color: 13249682.
HSL color Cylindrical-coordinate representation of color #922CCA: hue angle of 278.73º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922CCA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 44 | 202 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.21 |
| HSL | 278.73º | 0.64% | 0.48% | - |
| HSV(B) | 278.73º | 0.78% | 0.79% | - |
| XYZ | 23.42 | 12.18 | 56.99 | - |
| YUV | 92.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 202 | 0.28 | 0.78 | 0 | 0.21 | 278.73 | 0.64 | 0.48 |
| Hex | 92 | 2C | CA | 1C | 4E | 0 | 15 | 117 | 40 | 30 |
| Octal | 222 | 54 | 312 | 34 | 116 | 0 | 25 | 427 | 100 | 60 |
| Binary | 10010010 | 101100 | 11001010 | 11100 | 1001110 | 0 | 10101 | 100010111 | 1000000 | 110000 |
Color Harmonies of #922CCA
Complementary color
Monochromatic Colors of #922CCA
Black with #922CCA
Text Example
Text Example
White with #922CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922CCA; }
p { color: rgb(146,44,202); }
H1.HeaderClassName
{
color: #922CCA;
}
.AnyTagClassName
{
color: #922CCA;
}
</style>
background-color css
<style>
a { background-color: #922CCA; }
a { background-color: rgb(146,44,202); }
div.DivClassName
{
background-color: #922CCA;
}
.BgClassName
{
background-color: #922CCA;
}
</style>
border-color css
<style>
span { border-color: #922CCA; }
span { border-color: rgb(146,44,202); }
td.TdClassName
{
border-color: #922CCA;
}
.TagClassName
{
border-color: #922CCA;
}
</style>