Shades of Dark Orchid #922FC2
Tints of Dark Orchid #922FC2
RGB
CMYK
RGB Variations
Color information
#922FC2 (or 0x922FC2) is known color: Dark Orchid. HEX triplet: 92, 2F and C2. RGB value is (146,47,194). Sum of RGB (Red+Green+Blue) = 146+47+194=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #922FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922FC2 is #6DD03D. Grayscale: #5C5C5C. Windows color (decimal): -7196734 or 12726162. OLE color: 12726162.
HSL color Cylindrical-coordinate representation of color #922FC2: hue angle of 280.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922FC2 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 47 | 194 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.24 |
| HSL | 280.41º | 0.61% | 0.47% | - |
| HSV(B) | 280.41º | 0.76% | 0.76% | - |
| XYZ | 22.61 | 12.04 | 52.17 | - |
| YUV | 93.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 194 | 0.25 | 0.76 | 0 | 0.24 | 280.41 | 0.61 | 0.47 |
| Hex | 92 | 2F | C2 | 19 | 4C | 0 | 18 | 118 | 3D | 2F |
| Octal | 222 | 57 | 302 | 31 | 114 | 0 | 30 | 430 | 75 | 57 |
| Binary | 10010010 | 101111 | 11000010 | 11001 | 1001100 | 0 | 11000 | 100011000 | 111101 | 101111 |
Color Harmonies of #922FC2
Complementary color
Monochromatic Colors of #922FC2
Black with #922FC2
Text Example
Text Example
White with #922FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922FC2; }
p { color: rgb(146,47,194); }
H1.HeaderClassName
{
color: #922FC2;
}
.AnyTagClassName
{
color: #922FC2;
}
</style>
background-color css
<style>
a { background-color: #922FC2; }
a { background-color: rgb(146,47,194); }
div.DivClassName
{
background-color: #922FC2;
}
.BgClassName
{
background-color: #922FC2;
}
</style>
border-color css
<style>
span { border-color: #922FC2; }
span { border-color: rgb(146,47,194); }
td.TdClassName
{
border-color: #922FC2;
}
.TagClassName
{
border-color: #922FC2;
}
</style>