Shades of Dark Orchid #922ACF
Tints of Dark Orchid #922ACF
RGB
CMYK
RGB Variations
Color information
#922ACF (or 0x922ACF) is known color: Dark Orchid. HEX triplet: 92, 2A and CF. RGB value is (146,42,207). Sum of RGB (Red+Green+Blue) = 146+42+207=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #922ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ACF is #6DD530. Grayscale: #5B5B5B. Windows color (decimal): -7198001 or 13576850. OLE color: 13576850.
HSL color Cylindrical-coordinate representation of color #922ACF: hue angle of 277.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #922ACF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 42 | 207 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.19 |
| HSL | 277.82º | 0.66% | 0.49% | - |
| HSV(B) | 277.82º | 0.8% | 0.81% | - |
| XYZ | 23.94 | 12.27 | 60.14 | - |
| YUV | 91.91 | 192.96 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 42 | 207 | 0.29 | 0.80 | 0 | 0.19 | 277.82 | 0.66 | 0.49 |
| Hex | 92 | 2A | CF | 1D | 50 | 0 | 13 | 116 | 42 | 31 |
| Octal | 222 | 52 | 317 | 35 | 120 | 0 | 23 | 426 | 102 | 61 |
| Binary | 10010010 | 101010 | 11001111 | 11101 | 1010000 | 0 | 10011 | 100010110 | 1000010 | 110001 |
Color Harmonies of #922ACF
Complementary color
Monochromatic Colors of #922ACF
Black with #922ACF
Text Example
Text Example
White with #922ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922ACF; }
p { color: rgb(146,42,207); }
H1.HeaderClassName
{
color: #922ACF;
}
.AnyTagClassName
{
color: #922ACF;
}
</style>
background-color css
<style>
a { background-color: #922ACF; }
a { background-color: rgb(146,42,207); }
div.DivClassName
{
background-color: #922ACF;
}
.BgClassName
{
background-color: #922ACF;
}
</style>
border-color css
<style>
span { border-color: #922ACF; }
span { border-color: rgb(146,42,207); }
td.TdClassName
{
border-color: #922ACF;
}
.TagClassName
{
border-color: #922ACF;
}
</style>