Shades of Dark Orchid #922DB4
Tints of Dark Orchid #922DB4
RGB
CMYK
RGB Variations
Color information
#922DB4 (or 0x922DB4) is known color: Dark Orchid. HEX triplet: 92, 2D and B4. RGB value is (146,45,180). Sum of RGB (Red+Green+Blue) = 146+45+180=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #922DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DB4 is #6DD24B. Grayscale: #5A5A5A. Windows color (decimal): -7197260 or 11808146. OLE color: 11808146.
HSL color Cylindrical-coordinate representation of color #922DB4: hue angle of 284.89º 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 #922DB4 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 45 | 180 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.29 |
| HSL | 284.89º | 0.6% | 0.44% | - |
| HSV(B) | 284.89º | 0.75% | 0.71% | - |
| XYZ | 21.03 | 11.28 | 44.25 | - |
| YUV | 90.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 180 | 0.19 | 0.75 | 0 | 0.29 | 284.89 | 0.6 | 0.44 |
| Hex | 92 | 2D | B4 | 13 | 4B | 0 | 1D | 11D | 3C | 2C |
| Octal | 222 | 55 | 264 | 23 | 113 | 0 | 35 | 435 | 74 | 54 |
| Binary | 10010010 | 101101 | 10110100 | 10011 | 1001011 | 0 | 11101 | 100011101 | 111100 | 101100 |
Color Harmonies of #922DB4
Complementary color
Monochromatic Colors of #922DB4
Black with #922DB4
Text Example
Text Example
White with #922DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DB4; }
p { color: rgb(146,45,180); }
H1.HeaderClassName
{
color: #922DB4;
}
.AnyTagClassName
{
color: #922DB4;
}
</style>
background-color css
<style>
a { background-color: #922DB4; }
a { background-color: rgb(146,45,180); }
div.DivClassName
{
background-color: #922DB4;
}
.BgClassName
{
background-color: #922DB4;
}
</style>
border-color css
<style>
span { border-color: #922DB4; }
span { border-color: rgb(146,45,180); }
td.TdClassName
{
border-color: #922DB4;
}
.TagClassName
{
border-color: #922DB4;
}
</style>