Shades of Dark Orchid #9420CC
Tints of Dark Orchid #9420CC
RGB
CMYK
RGB Variations
Color information
#9420CC (or 0x9420CC) is known color: Dark Orchid. HEX triplet: 94, 20 and CC. RGB value is (148,32,204). Sum of RGB (Red+Green+Blue) = 148+32+204=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #9420CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420CC is #6BDF33. Grayscale: #555555. Windows color (decimal): -7069492 or 13377684. OLE color: 13377684.
HSL color Cylindrical-coordinate representation of color #9420CC: hue angle of 280.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9420CC is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 32 | 204 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.2 |
| HSL | 280.47º | 0.73% | 0.46% | - |
| HSV(B) | 280.47º | 0.84% | 0.8% | - |
| XYZ | 23.63 | 11.69 | 58.14 | - |
| YUV | 86.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 204 | 0.27 | 0.84 | 0 | 0.2 | 280.47 | 0.73 | 0.46 |
| Hex | 94 | 20 | CC | 1B | 54 | 0 | 14 | 118 | 49 | 2E |
| Octal | 224 | 40 | 314 | 33 | 124 | 0 | 24 | 430 | 111 | 56 |
| Binary | 10010100 | 100000 | 11001100 | 11011 | 1010100 | 0 | 10100 | 100011000 | 1001001 | 101110 |
Color Harmonies of #9420CC
Complementary color
Monochromatic Colors of #9420CC
Black with #9420CC
Text Example
Text Example
White with #9420CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9420CC; }
p { color: rgb(148,32,204); }
H1.HeaderClassName
{
color: #9420CC;
}
.AnyTagClassName
{
color: #9420CC;
}
</style>
background-color css
<style>
a { background-color: #9420CC; }
a { background-color: rgb(148,32,204); }
div.DivClassName
{
background-color: #9420CC;
}
.BgClassName
{
background-color: #9420CC;
}
</style>
border-color css
<style>
span { border-color: #9420CC; }
span { border-color: rgb(148,32,204); }
td.TdClassName
{
border-color: #9420CC;
}
.TagClassName
{
border-color: #9420CC;
}
</style>