Shades of Dark Orchid #922ABB
Tints of Dark Orchid #922ABB
RGB
CMYK
RGB Variations
Color information
#922ABB (or 0x922ABB) is known color: Dark Orchid. HEX triplet: 92, 2A and BB. RGB value is (146,42,187). Sum of RGB (Red+Green+Blue) = 146+42+187=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #922ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ABB is #6DD544. Grayscale: #595959. Windows color (decimal): -7198021 or 12266130. OLE color: 12266130.
HSL color Cylindrical-coordinate representation of color #922ABB: hue angle of 283.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922ABB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 42 | 187 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.27 |
| HSL | 283.03º | 0.63% | 0.45% | - |
| HSV(B) | 283.03º | 0.78% | 0.73% | - |
| XYZ | 21.65 | 11.35 | 48.06 | - |
| YUV | 89.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 187 | 0.22 | 0.78 | 0 | 0.27 | 283.03 | 0.63 | 0.45 |
| Hex | 92 | 2A | BB | 16 | 4E | 0 | 1B | 11B | 3F | 2D |
| Octal | 222 | 52 | 273 | 26 | 116 | 0 | 33 | 433 | 77 | 55 |
| Binary | 10010010 | 101010 | 10111011 | 10110 | 1001110 | 0 | 11011 | 100011011 | 111111 | 101101 |
Color Harmonies of #922ABB
Complementary color
Monochromatic Colors of #922ABB
Black with #922ABB
Text Example
Text Example
White with #922ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922ABB; }
p { color: rgb(146,42,187); }
H1.HeaderClassName
{
color: #922ABB;
}
.AnyTagClassName
{
color: #922ABB;
}
</style>
background-color css
<style>
a { background-color: #922ABB; }
a { background-color: rgb(146,42,187); }
div.DivClassName
{
background-color: #922ABB;
}
.BgClassName
{
background-color: #922ABB;
}
</style>
border-color css
<style>
span { border-color: #922ABB; }
span { border-color: rgb(146,42,187); }
td.TdClassName
{
border-color: #922ABB;
}
.TagClassName
{
border-color: #922ABB;
}
</style>