Shades of Dark Orchid #9227CC
Tints of Dark Orchid #9227CC
RGB
CMYK
RGB Variations
Color information
#9227CC (or 0x9227CC) is known color: Dark Orchid. HEX triplet: 92, 27 and CC. RGB value is (146,39,204). Sum of RGB (Red+Green+Blue) = 146+39+204=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #9227CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9227CC is #6DD833. Grayscale: #595959. Windows color (decimal): -7198772 or 13379474. OLE color: 13379474.
HSL color Cylindrical-coordinate representation of color #9227CC: hue angle of 278.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9227CC is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 39 | 204 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.2 |
| HSL | 278.91º | 0.68% | 0.48% | - |
| HSV(B) | 278.91º | 0.81% | 0.8% | - |
| XYZ | 23.48 | 11.92 | 58.19 | - |
| YUV | 89.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 204 | 0.28 | 0.81 | 0 | 0.2 | 278.91 | 0.68 | 0.48 |
| Hex | 92 | 27 | CC | 1C | 51 | 0 | 14 | 117 | 44 | 30 |
| Octal | 222 | 47 | 314 | 34 | 121 | 0 | 24 | 427 | 104 | 60 |
| Binary | 10010010 | 100111 | 11001100 | 11100 | 1010001 | 0 | 10100 | 100010111 | 1000100 | 110000 |
Color Harmonies of #9227CC
Complementary color
Monochromatic Colors of #9227CC
Black with #9227CC
Text Example
Text Example
White with #9227CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9227CC; }
p { color: rgb(146,39,204); }
H1.HeaderClassName
{
color: #9227CC;
}
.AnyTagClassName
{
color: #9227CC;
}
</style>
background-color css
<style>
a { background-color: #9227CC; }
a { background-color: rgb(146,39,204); }
div.DivClassName
{
background-color: #9227CC;
}
.BgClassName
{
background-color: #9227CC;
}
</style>
border-color css
<style>
span { border-color: #9227CC; }
span { border-color: rgb(146,39,204); }
td.TdClassName
{
border-color: #9227CC;
}
.TagClassName
{
border-color: #9227CC;
}
</style>