Shades of Dark Orchid #922ABF
Tints of Dark Orchid #922ABF
RGB
CMYK
RGB Variations
Color information
#922ABF (or 0x922ABF) is known color: Dark Orchid. HEX triplet: 92, 2A and BF. RGB value is (146,42,191). Sum of RGB (Red+Green+Blue) = 146+42+191=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #922ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ABF is #6DD540. Grayscale: #595959. Windows color (decimal): -7198017 or 12528274. OLE color: 12528274.
HSL color Cylindrical-coordinate representation of color #922ABF: hue angle of 281.88º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922ABF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 42 | 191 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.25 |
| HSL | 281.88º | 0.64% | 0.46% | - |
| HSV(B) | 281.88º | 0.78% | 0.75% | - |
| XYZ | 22.09 | 11.53 | 50.35 | - |
| YUV | 90.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 191 | 0.24 | 0.78 | 0 | 0.25 | 281.88 | 0.64 | 0.46 |
| Hex | 92 | 2A | BF | 18 | 4E | 0 | 19 | 11A | 40 | 2E |
| Octal | 222 | 52 | 277 | 30 | 116 | 0 | 31 | 432 | 100 | 56 |
| Binary | 10010010 | 101010 | 10111111 | 11000 | 1001110 | 0 | 11001 | 100011010 | 1000000 | 101110 |
Color Harmonies of #922ABF
Complementary color
Monochromatic Colors of #922ABF
Black with #922ABF
Text Example
Text Example
White with #922ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922ABF; }
p { color: rgb(146,42,191); }
H1.HeaderClassName
{
color: #922ABF;
}
.AnyTagClassName
{
color: #922ABF;
}
</style>
background-color css
<style>
a { background-color: #922ABF; }
a { background-color: rgb(146,42,191); }
div.DivClassName
{
background-color: #922ABF;
}
.BgClassName
{
background-color: #922ABF;
}
</style>
border-color css
<style>
span { border-color: #922ABF; }
span { border-color: rgb(146,42,191); }
td.TdClassName
{
border-color: #922ABF;
}
.TagClassName
{
border-color: #922ABF;
}
</style>