Shades of Dark Orchid #9229CB
Tints of Dark Orchid #9229CB
RGB
CMYK
RGB Variations
Color information
#9229CB (or 0x9229CB) is known color: Dark Orchid. HEX triplet: 92, 29 and CB. RGB value is (146,41,203). Sum of RGB (Red+Green+Blue) = 146+41+203=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #9229CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9229CB is #6DD634. Grayscale: #5A5A5A. Windows color (decimal): -7198261 or 13314450. OLE color: 13314450.
HSL color Cylindrical-coordinate representation of color #9229CB: hue angle of 278.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9229CB is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 41 | 203 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.20 |
| HSL | 278.89º | 0.66% | 0.48% | - |
| HSV(B) | 278.89º | 0.8% | 0.8% | - |
| XYZ | 23.43 | 12.01 | 57.58 | - |
| YUV | 90.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 203 | 0.28 | 0.80 | 0 | 0.20 | 278.89 | 0.66 | 0.48 |
| Hex | 92 | 29 | CB | 1C | 50 | 0 | 14 | 117 | 42 | 30 |
| Octal | 222 | 51 | 313 | 34 | 120 | 0 | 24 | 427 | 102 | 60 |
| Binary | 10010010 | 101001 | 11001011 | 11100 | 1010000 | 0 | 10100 | 100010111 | 1000010 | 110000 |
Color Harmonies of #9229CB
Complementary color
Monochromatic Colors of #9229CB
Black with #9229CB
Text Example
Text Example
White with #9229CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229CB; }
p { color: rgb(146,41,203); }
H1.HeaderClassName
{
color: #9229CB;
}
.AnyTagClassName
{
color: #9229CB;
}
</style>
background-color css
<style>
a { background-color: #9229CB; }
a { background-color: rgb(146,41,203); }
div.DivClassName
{
background-color: #9229CB;
}
.BgClassName
{
background-color: #9229CB;
}
</style>
border-color css
<style>
span { border-color: #9229CB; }
span { border-color: rgb(146,41,203); }
td.TdClassName
{
border-color: #9229CB;
}
.TagClassName
{
border-color: #9229CB;
}
</style>