Shades of Dark Orchid #922DB5
Tints of Dark Orchid #922DB5
RGB
CMYK
RGB Variations
Color information
#922DB5 (or 0x922DB5) is known color: Dark Orchid. HEX triplet: 92, 2D and B5. RGB value is (146,45,181). Sum of RGB (Red+Green+Blue) = 146+45+181=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #922DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DB5 is #6DD24A. Grayscale: #5A5A5A. Windows color (decimal): -7197259 or 11873682. OLE color: 11873682.
HSL color Cylindrical-coordinate representation of color #922DB5: hue angle of 284.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922DB5 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 45 | 181 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.29 |
| HSL | 284.56º | 0.6% | 0.44% | - |
| HSV(B) | 284.56º | 0.75% | 0.71% | - |
| XYZ | 21.13 | 11.32 | 44.79 | - |
| YUV | 90.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 181 | 0.19 | 0.75 | 0 | 0.29 | 284.56 | 0.6 | 0.44 |
| Hex | 92 | 2D | B5 | 13 | 4B | 0 | 1D | 11D | 3C | 2C |
| Octal | 222 | 55 | 265 | 23 | 113 | 0 | 35 | 435 | 74 | 54 |
| Binary | 10010010 | 101101 | 10110101 | 10011 | 1001011 | 0 | 11101 | 100011101 | 111100 | 101100 |
Color Harmonies of #922DB5
Complementary color
Monochromatic Colors of #922DB5
Black with #922DB5
Text Example
Text Example
White with #922DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DB5; }
p { color: rgb(146,45,181); }
H1.HeaderClassName
{
color: #922DB5;
}
.AnyTagClassName
{
color: #922DB5;
}
</style>
background-color css
<style>
a { background-color: #922DB5; }
a { background-color: rgb(146,45,181); }
div.DivClassName
{
background-color: #922DB5;
}
.BgClassName
{
background-color: #922DB5;
}
</style>
border-color css
<style>
span { border-color: #922DB5; }
span { border-color: rgb(146,45,181); }
td.TdClassName
{
border-color: #922DB5;
}
.TagClassName
{
border-color: #922DB5;
}
</style>