Shades of Dark Orchid #922CCF
Tints of Dark Orchid #922CCF
RGB
CMYK
RGB Variations
Color information
#922CCF (or 0x922CCF) is known color: Dark Orchid. HEX triplet: 92, 2C and CF. RGB value is (146,44,207). Sum of RGB (Red+Green+Blue) = 146+44+207=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #922CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922CCF is #6DD330. Grayscale: #5C5C5C. Windows color (decimal): -7197489 or 13577362. OLE color: 13577362.
HSL color Cylindrical-coordinate representation of color #922CCF: hue angle of 277.55º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922CCF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 44 | 207 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.19 |
| HSL | 277.55º | 0.65% | 0.49% | - |
| HSV(B) | 277.55º | 0.79% | 0.81% | - |
| XYZ | 24.02 | 12.42 | 60.16 | - |
| YUV | 93.08 | 192.29 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 207 | 0.29 | 0.79 | 0 | 0.19 | 277.55 | 0.65 | 0.49 |
| Hex | 92 | 2C | CF | 1D | 4F | 0 | 13 | 116 | 41 | 31 |
| Octal | 222 | 54 | 317 | 35 | 117 | 0 | 23 | 426 | 101 | 61 |
| Binary | 10010010 | 101100 | 11001111 | 11101 | 1001111 | 0 | 10011 | 100010110 | 1000001 | 110001 |
Color Harmonies of #922CCF
Complementary color
Monochromatic Colors of #922CCF
Black with #922CCF
Text Example
Text Example
White with #922CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922CCF; }
p { color: rgb(146,44,207); }
H1.HeaderClassName
{
color: #922CCF;
}
.AnyTagClassName
{
color: #922CCF;
}
</style>
background-color css
<style>
a { background-color: #922CCF; }
a { background-color: rgb(146,44,207); }
div.DivClassName
{
background-color: #922CCF;
}
.BgClassName
{
background-color: #922CCF;
}
</style>
border-color css
<style>
span { border-color: #922CCF; }
span { border-color: rgb(146,44,207); }
td.TdClassName
{
border-color: #922CCF;
}
.TagClassName
{
border-color: #922CCF;
}
</style>