Shades of Dark Orchid #9242CE
Tints of Dark Orchid #9242CE
RGB
CMYK
RGB Variations
Color information
#9242CE (or 0x9242CE) is known color: Dark Orchid. HEX triplet: 92, 42 and CE. RGB value is (146,66,206). Sum of RGB (Red+Green+Blue) = 146+66+206=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #9242CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242CE is #6DBD31. Grayscale: #696969. Windows color (decimal): -7191858 or 13517458. OLE color: 13517458.
HSL color Cylindrical-coordinate representation of color #9242CE: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9242CE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 66 | 206 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.19 |
| HSL | 274.29º | 0.59% | 0.53% | - |
| HSV(B) | 274.29º | 0.68% | 0.81% | - |
| XYZ | 24.94 | 14.46 | 59.87 | - |
| YUV | 105.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 206 | 0.29 | 0.68 | 0 | 0.19 | 274.29 | 0.59 | 0.53 |
| Hex | 92 | 42 | CE | 1D | 44 | 0 | 13 | 112 | 3B | 35 |
| Octal | 222 | 102 | 316 | 35 | 104 | 0 | 23 | 422 | 73 | 65 |
| Binary | 10010010 | 1000010 | 11001110 | 11101 | 1000100 | 0 | 10011 | 100010010 | 111011 | 110101 |
Color Harmonies of #9242CE
Complementary color
Monochromatic Colors of #9242CE
Black with #9242CE
Text Example
Text Example
White with #9242CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9242CE; }
p { color: rgb(146,66,206); }
H1.HeaderClassName
{
color: #9242CE;
}
.AnyTagClassName
{
color: #9242CE;
}
</style>
background-color css
<style>
a { background-color: #9242CE; }
a { background-color: rgb(146,66,206); }
div.DivClassName
{
background-color: #9242CE;
}
.BgClassName
{
background-color: #9242CE;
}
</style>
border-color css
<style>
span { border-color: #9242CE; }
span { border-color: rgb(146,66,206); }
td.TdClassName
{
border-color: #9242CE;
}
.TagClassName
{
border-color: #9242CE;
}
</style>