Shades of Dark Orchid #922FBD
Tints of Dark Orchid #922FBD
RGB
CMYK
RGB Variations
Color information
#922FBD (or 0x922FBD) is known color: Dark Orchid. HEX triplet: 92, 2F and BD. RGB value is (146,47,189). Sum of RGB (Red+Green+Blue) = 146+47+189=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #922FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922FBD is #6DD042. Grayscale: #5C5C5C. Windows color (decimal): -7196739 or 12398482. OLE color: 12398482.
HSL color Cylindrical-coordinate representation of color #922FBD: hue angle of 281.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922FBD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 47 | 189 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.26 |
| HSL | 281.83º | 0.6% | 0.46% | - |
| HSV(B) | 281.83º | 0.75% | 0.74% | - |
| XYZ | 22.06 | 11.82 | 49.26 | - |
| YUV | 92.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 189 | 0.23 | 0.75 | 0 | 0.26 | 281.83 | 0.6 | 0.46 |
| Hex | 92 | 2F | BD | 17 | 4B | 0 | 1A | 11A | 3C | 2E |
| Octal | 222 | 57 | 275 | 27 | 113 | 0 | 32 | 432 | 74 | 56 |
| Binary | 10010010 | 101111 | 10111101 | 10111 | 1001011 | 0 | 11010 | 100011010 | 111100 | 101110 |
Color Harmonies of #922FBD
Complementary color
Monochromatic Colors of #922FBD
Black with #922FBD
Text Example
Text Example
White with #922FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922FBD; }
p { color: rgb(146,47,189); }
H1.HeaderClassName
{
color: #922FBD;
}
.AnyTagClassName
{
color: #922FBD;
}
</style>
background-color css
<style>
a { background-color: #922FBD; }
a { background-color: rgb(146,47,189); }
div.DivClassName
{
background-color: #922FBD;
}
.BgClassName
{
background-color: #922FBD;
}
</style>
border-color css
<style>
span { border-color: #922FBD; }
span { border-color: rgb(146,47,189); }
td.TdClassName
{
border-color: #922FBD;
}
.TagClassName
{
border-color: #922FBD;
}
</style>