Shades of Dark Orchid #9237CE
Tints of Dark Orchid #9237CE
RGB
CMYK
RGB Variations
Color information
#9237CE (or 0x9237CE) is known color: Dark Orchid. HEX triplet: 92, 37 and CE. RGB value is (146,55,206). Sum of RGB (Red+Green+Blue) = 146+55+206=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #9237CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237CE is #6DC831. Grayscale: #626262. Windows color (decimal): -7194674 or 13514642. OLE color: 13514642.
HSL color Cylindrical-coordinate representation of color #9237CE: hue angle of 276.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9237CE is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 55 | 206 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.19 |
| HSL | 276.16º | 0.61% | 0.51% | - |
| HSV(B) | 276.16º | 0.73% | 0.81% | - |
| XYZ | 24.36 | 13.3 | 59.68 | - |
| YUV | 99.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 206 | 0.29 | 0.73 | 0 | 0.19 | 276.16 | 0.61 | 0.51 |
| Hex | 92 | 37 | CE | 1D | 49 | 0 | 13 | 114 | 3D | 33 |
| Octal | 222 | 67 | 316 | 35 | 111 | 0 | 23 | 424 | 75 | 63 |
| Binary | 10010010 | 110111 | 11001110 | 11101 | 1001001 | 0 | 10011 | 100010100 | 111101 | 110011 |
Color Harmonies of #9237CE
Complementary color
Monochromatic Colors of #9237CE
Black with #9237CE
Text Example
Text Example
White with #9237CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237CE; }
p { color: rgb(146,55,206); }
H1.HeaderClassName
{
color: #9237CE;
}
.AnyTagClassName
{
color: #9237CE;
}
</style>
background-color css
<style>
a { background-color: #9237CE; }
a { background-color: rgb(146,55,206); }
div.DivClassName
{
background-color: #9237CE;
}
.BgClassName
{
background-color: #9237CE;
}
</style>
border-color css
<style>
span { border-color: #9237CE; }
span { border-color: rgb(146,55,206); }
td.TdClassName
{
border-color: #9237CE;
}
.TagClassName
{
border-color: #9237CE;
}
</style>