Shades of Dark Orchid #9239CE
Tints of Dark Orchid #9239CE
RGB
CMYK
RGB Variations
Color information
#9239CE (or 0x9239CE) is known color: Dark Orchid. HEX triplet: 92, 39 and CE. RGB value is (146,57,206). Sum of RGB (Red+Green+Blue) = 146+57+206=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #9239CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9239CE is #6DC631. Grayscale: #646464. Windows color (decimal): -7194162 or 13515154. OLE color: 13515154.
HSL color Cylindrical-coordinate representation of color #9239CE: hue angle of 275.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9239CE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 57 | 206 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.19 |
| HSL | 275.84º | 0.6% | 0.52% | - |
| HSV(B) | 275.84º | 0.72% | 0.81% | - |
| XYZ | 24.46 | 13.49 | 59.71 | - |
| YUV | 100.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 206 | 0.29 | 0.72 | 0 | 0.19 | 275.84 | 0.6 | 0.52 |
| Hex | 92 | 39 | CE | 1D | 48 | 0 | 13 | 114 | 3C | 34 |
| Octal | 222 | 71 | 316 | 35 | 110 | 0 | 23 | 424 | 74 | 64 |
| Binary | 10010010 | 111001 | 11001110 | 11101 | 1001000 | 0 | 10011 | 100010100 | 111100 | 110100 |
Color Harmonies of #9239CE
Complementary color
Monochromatic Colors of #9239CE
Black with #9239CE
Text Example
Text Example
White with #9239CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9239CE; }
p { color: rgb(146,57,206); }
H1.HeaderClassName
{
color: #9239CE;
}
.AnyTagClassName
{
color: #9239CE;
}
</style>
background-color css
<style>
a { background-color: #9239CE; }
a { background-color: rgb(146,57,206); }
div.DivClassName
{
background-color: #9239CE;
}
.BgClassName
{
background-color: #9239CE;
}
</style>
border-color css
<style>
span { border-color: #9239CE; }
span { border-color: rgb(146,57,206); }
td.TdClassName
{
border-color: #9239CE;
}
.TagClassName
{
border-color: #9239CE;
}
</style>