Shades of Dark Orchid #9229CE
Tints of Dark Orchid #9229CE
RGB
CMYK
RGB Variations
Color information
#9229CE (or 0x9229CE) is known color: Dark Orchid. HEX triplet: 92, 29 and CE. RGB value is (146,41,206). Sum of RGB (Red+Green+Blue) = 146+41+206=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #9229CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229CE is #6DD631. Grayscale: #5A5A5A. Windows color (decimal): -7198258 or 13511058. OLE color: 13511058.
HSL color Cylindrical-coordinate representation of color #9229CE: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9229CE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 41 | 206 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.19 |
| HSL | 278.18º | 0.67% | 0.48% | - |
| HSV(B) | 278.18º | 0.8% | 0.81% | - |
| XYZ | 23.79 | 12.15 | 59.48 | - |
| YUV | 91.21 | 192.79 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 206 | 0.29 | 0.80 | 0 | 0.19 | 278.18 | 0.67 | 0.48 |
| Hex | 92 | 29 | CE | 1D | 50 | 0 | 13 | 116 | 43 | 30 |
| Octal | 222 | 51 | 316 | 35 | 120 | 0 | 23 | 426 | 103 | 60 |
| Binary | 10010010 | 101001 | 11001110 | 11101 | 1010000 | 0 | 10011 | 100010110 | 1000011 | 110000 |
Color Harmonies of #9229CE
Complementary color
Monochromatic Colors of #9229CE
Black with #9229CE
Text Example
Text Example
White with #9229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229CE; }
p { color: rgb(146,41,206); }
H1.HeaderClassName
{
color: #9229CE;
}
.AnyTagClassName
{
color: #9229CE;
}
</style>
background-color css
<style>
a { background-color: #9229CE; }
a { background-color: rgb(146,41,206); }
div.DivClassName
{
background-color: #9229CE;
}
.BgClassName
{
background-color: #9229CE;
}
</style>
border-color css
<style>
span { border-color: #9229CE; }
span { border-color: rgb(146,41,206); }
td.TdClassName
{
border-color: #9229CE;
}
.TagClassName
{
border-color: #9229CE;
}
</style>