Shades of Dark Orchid #9424C0
Tints of Dark Orchid #9424C0
RGB
CMYK
RGB Variations
Color information
#9424C0 (or 0x9424C0) is known color: Dark Orchid. HEX triplet: 94, 24 and C0. RGB value is (148,36,192). Sum of RGB (Red+Green+Blue) = 148+36+192=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #9424C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9424C0 is #6BDB3F. Grayscale: #565656. Windows color (decimal): -7068480 or 12592276. OLE color: 12592276.
HSL color Cylindrical-coordinate representation of color #9424C0: hue angle of 283.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9424C0 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 36 | 192 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.25 |
| HSL | 283.08º | 0.68% | 0.45% | - |
| HSV(B) | 283.08º | 0.81% | 0.75% | - |
| XYZ | 22.36 | 11.36 | 50.88 | - |
| YUV | 87.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 192 | 0.23 | 0.81 | 0 | 0.25 | 283.08 | 0.68 | 0.45 |
| Hex | 94 | 24 | C0 | 17 | 51 | 0 | 19 | 11B | 44 | 2D |
| Octal | 224 | 44 | 300 | 27 | 121 | 0 | 31 | 433 | 104 | 55 |
| Binary | 10010100 | 100100 | 11000000 | 10111 | 1010001 | 0 | 11001 | 100011011 | 1000100 | 101101 |
Color Harmonies of #9424C0
Complementary color
Monochromatic Colors of #9424C0
Black with #9424C0
Text Example
Text Example
White with #9424C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9424C0; }
p { color: rgb(148,36,192); }
H1.HeaderClassName
{
color: #9424C0;
}
.AnyTagClassName
{
color: #9424C0;
}
</style>
background-color css
<style>
a { background-color: #9424C0; }
a { background-color: rgb(148,36,192); }
div.DivClassName
{
background-color: #9424C0;
}
.BgClassName
{
background-color: #9424C0;
}
</style>
border-color css
<style>
span { border-color: #9424C0; }
span { border-color: rgb(148,36,192); }
td.TdClassName
{
border-color: #9424C0;
}
.TagClassName
{
border-color: #9424C0;
}
</style>