Shades of Dark Orchid #9249CF
Tints of Dark Orchid #9249CF
RGB
CMYK
RGB Variations
Color information
#9249CF (or 0x9249CF) is known color: Dark Orchid. HEX triplet: 92, 49 and CF. RGB value is (146,73,207). Sum of RGB (Red+Green+Blue) = 146+73+207=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9249CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249CF is #6DB630. Grayscale: #6D6D6D. Windows color (decimal): -7190065 or 13584786. OLE color: 13584786.
HSL color Cylindrical-coordinate representation of color #9249CF: hue angle of 272.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9249CF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 73 | 207 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.19 |
| HSL | 272.69º | 0.58% | 0.55% | - |
| HSV(B) | 272.69º | 0.65% | 0.81% | - |
| XYZ | 25.5 | 15.38 | 60.66 | - |
| YUV | 110.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 207 | 0.29 | 0.65 | 0 | 0.19 | 272.69 | 0.58 | 0.55 |
| Hex | 92 | 49 | CF | 1D | 41 | 0 | 13 | 111 | 3A | 37 |
| Octal | 222 | 111 | 317 | 35 | 101 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010010 | 1001001 | 11001111 | 11101 | 1000001 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #9249CF
Complementary color
Monochromatic Colors of #9249CF
Black with #9249CF
Text Example
Text Example
White with #9249CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9249CF; }
p { color: rgb(146,73,207); }
H1.HeaderClassName
{
color: #9249CF;
}
.AnyTagClassName
{
color: #9249CF;
}
</style>
background-color css
<style>
a { background-color: #9249CF; }
a { background-color: rgb(146,73,207); }
div.DivClassName
{
background-color: #9249CF;
}
.BgClassName
{
background-color: #9249CF;
}
</style>
border-color css
<style>
span { border-color: #9249CF; }
span { border-color: rgb(146,73,207); }
td.TdClassName
{
border-color: #9249CF;
}
.TagClassName
{
border-color: #9249CF;
}
</style>