Shades of Dark Orchid #9247CF
Tints of Dark Orchid #9247CF
RGB
CMYK
RGB Variations
Color information
#9247CF (or 0x9247CF) is known color: Dark Orchid. HEX triplet: 92, 47 and CF. RGB value is (146,71,207). Sum of RGB (Red+Green+Blue) = 146+71+207=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9247CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9247CF is #6DB830. Grayscale: #6C6C6C. Windows color (decimal): -7190577 or 13584274. OLE color: 13584274.
HSL color Cylindrical-coordinate representation of color #9247CF: hue angle of 273.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9247CF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 71 | 207 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.19 |
| HSL | 273.09º | 0.59% | 0.55% | - |
| HSV(B) | 273.09º | 0.66% | 0.81% | - |
| XYZ | 25.37 | 15.12 | 60.61 | - |
| YUV | 108.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 207 | 0.29 | 0.66 | 0 | 0.19 | 273.09 | 0.59 | 0.55 |
| Hex | 92 | 47 | CF | 1D | 42 | 0 | 13 | 111 | 3B | 37 |
| Octal | 222 | 107 | 317 | 35 | 102 | 0 | 23 | 421 | 73 | 67 |
| Binary | 10010010 | 1000111 | 11001111 | 11101 | 1000010 | 0 | 10011 | 100010001 | 111011 | 110111 |
Color Harmonies of #9247CF
Complementary color
Monochromatic Colors of #9247CF
Black with #9247CF
Text Example
Text Example
White with #9247CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9247CF; }
p { color: rgb(146,71,207); }
H1.HeaderClassName
{
color: #9247CF;
}
.AnyTagClassName
{
color: #9247CF;
}
</style>
background-color css
<style>
a { background-color: #9247CF; }
a { background-color: rgb(146,71,207); }
div.DivClassName
{
background-color: #9247CF;
}
.BgClassName
{
background-color: #9247CF;
}
</style>
border-color css
<style>
span { border-color: #9247CF; }
span { border-color: rgb(146,71,207); }
td.TdClassName
{
border-color: #9247CF;
}
.TagClassName
{
border-color: #9247CF;
}
</style>