Shades of Dark Orchid #9247CE
Tints of Dark Orchid #9247CE
RGB
CMYK
RGB Variations
Color information
#9247CE (or 0x9247CE) is known color: Dark Orchid. HEX triplet: 92, 47 and CE. RGB value is (146,71,206). Sum of RGB (Red+Green+Blue) = 146+71+206=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9247CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9247CE is #6DB831. Grayscale: #6C6C6C. Windows color (decimal): -7190578 or 13518738. OLE color: 13518738.
HSL color Cylindrical-coordinate representation of color #9247CE: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9247CE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 71 | 206 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.19 |
| HSL | 273.33º | 0.58% | 0.54% | - |
| HSV(B) | 273.33º | 0.66% | 0.81% | - |
| XYZ | 25.25 | 15.07 | 59.97 | - |
| YUV | 108.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 206 | 0.29 | 0.66 | 0 | 0.19 | 273.33 | 0.58 | 0.54 |
| Hex | 92 | 47 | CE | 1D | 42 | 0 | 13 | 111 | 3A | 36 |
| Octal | 222 | 107 | 316 | 35 | 102 | 0 | 23 | 421 | 72 | 66 |
| Binary | 10010010 | 1000111 | 11001110 | 11101 | 1000010 | 0 | 10011 | 100010001 | 111010 | 110110 |
Color Harmonies of #9247CE
Complementary color
Monochromatic Colors of #9247CE
Black with #9247CE
Text Example
Text Example
White with #9247CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9247CE; }
p { color: rgb(146,71,206); }
H1.HeaderClassName
{
color: #9247CE;
}
.AnyTagClassName
{
color: #9247CE;
}
</style>
background-color css
<style>
a { background-color: #9247CE; }
a { background-color: rgb(146,71,206); }
div.DivClassName
{
background-color: #9247CE;
}
.BgClassName
{
background-color: #9247CE;
}
</style>
border-color css
<style>
span { border-color: #9247CE; }
span { border-color: rgb(146,71,206); }
td.TdClassName
{
border-color: #9247CE;
}
.TagClassName
{
border-color: #9247CE;
}
</style>