Shades of Dark Orchid #9224CB
Tints of Dark Orchid #9224CB
RGB
CMYK
RGB Variations
Color information
#9224CB (or 0x9224CB) is known color: Dark Orchid. HEX triplet: 92, 24 and CB. RGB value is (146,36,203). Sum of RGB (Red+Green+Blue) = 146+36+203=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #9224CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9224CB is #6DDB34. Grayscale: #575757. Windows color (decimal): -7199541 or 13313170. OLE color: 13313170.
HSL color Cylindrical-coordinate representation of color #9224CB: hue angle of 279.52º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9224CB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 36 | 203 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.20 |
| HSL | 279.52º | 0.7% | 0.47% | - |
| HSV(B) | 279.52º | 0.82% | 0.8% | - |
| XYZ | 23.26 | 11.68 | 57.53 | - |
| YUV | 87.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 203 | 0.28 | 0.82 | 0 | 0.20 | 279.52 | 0.7 | 0.47 |
| Hex | 92 | 24 | CB | 1C | 52 | 0 | 14 | 118 | 46 | 2F |
| Octal | 222 | 44 | 313 | 34 | 122 | 0 | 24 | 430 | 106 | 57 |
| Binary | 10010010 | 100100 | 11001011 | 11100 | 1010010 | 0 | 10100 | 100011000 | 1000110 | 101111 |
Color Harmonies of #9224CB
Complementary color
Monochromatic Colors of #9224CB
Black with #9224CB
Text Example
Text Example
White with #9224CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9224CB; }
p { color: rgb(146,36,203); }
H1.HeaderClassName
{
color: #9224CB;
}
.AnyTagClassName
{
color: #9224CB;
}
</style>
background-color css
<style>
a { background-color: #9224CB; }
a { background-color: rgb(146,36,203); }
div.DivClassName
{
background-color: #9224CB;
}
.BgClassName
{
background-color: #9224CB;
}
</style>
border-color css
<style>
span { border-color: #9224CB; }
span { border-color: rgb(146,36,203); }
td.TdClassName
{
border-color: #9224CB;
}
.TagClassName
{
border-color: #9224CB;
}
</style>