Shades of Dark Orchid #9427C0
Tints of Dark Orchid #9427C0
RGB
CMYK
RGB Variations
Color information
#9427C0 (or 0x9427C0) is known color: Dark Orchid. HEX triplet: 94, 27 and C0. RGB value is (148,39,192). Sum of RGB (Red+Green+Blue) = 148+39+192=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #9427C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427C0 is #6BD83F. Grayscale: #585858. Windows color (decimal): -7067712 or 12593044. OLE color: 12593044.
HSL color Cylindrical-coordinate representation of color #9427C0: hue angle of 282.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9427C0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 39 | 192 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.25 |
| HSL | 282.75º | 0.66% | 0.45% | - |
| HSV(B) | 282.75º | 0.8% | 0.75% | - |
| XYZ | 22.45 | 11.55 | 50.92 | - |
| YUV | 89.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 192 | 0.23 | 0.80 | 0 | 0.25 | 282.75 | 0.66 | 0.45 |
| Hex | 94 | 27 | C0 | 17 | 50 | 0 | 19 | 11B | 42 | 2D |
| Octal | 224 | 47 | 300 | 27 | 120 | 0 | 31 | 433 | 102 | 55 |
| Binary | 10010100 | 100111 | 11000000 | 10111 | 1010000 | 0 | 11001 | 100011011 | 1000010 | 101101 |
Color Harmonies of #9427C0
Complementary color
Monochromatic Colors of #9427C0
Black with #9427C0
Text Example
Text Example
White with #9427C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9427C0; }
p { color: rgb(148,39,192); }
H1.HeaderClassName
{
color: #9427C0;
}
.AnyTagClassName
{
color: #9427C0;
}
</style>
background-color css
<style>
a { background-color: #9427C0; }
a { background-color: rgb(148,39,192); }
div.DivClassName
{
background-color: #9427C0;
}
.BgClassName
{
background-color: #9427C0;
}
</style>
border-color css
<style>
span { border-color: #9427C0; }
span { border-color: rgb(148,39,192); }
td.TdClassName
{
border-color: #9427C0;
}
.TagClassName
{
border-color: #9427C0;
}
</style>