Shades of Dark Orchid #9240CE
Tints of Dark Orchid #9240CE
RGB
CMYK
RGB Variations
Color information
#9240CE (or 0x9240CE) is known color: Dark Orchid. HEX triplet: 92, 40 and CE. RGB value is (146,64,206). Sum of RGB (Red+Green+Blue) = 146+64+206=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #9240CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240CE is #6DBF31. Grayscale: #686868. Windows color (decimal): -7192370 or 13516946. OLE color: 13516946.
HSL color Cylindrical-coordinate representation of color #9240CE: hue angle of 274.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9240CE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 64 | 206 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.19 |
| HSL | 274.65º | 0.59% | 0.53% | - |
| HSV(B) | 274.65º | 0.69% | 0.81% | - |
| XYZ | 24.83 | 14.23 | 59.83 | - |
| YUV | 104.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 206 | 0.29 | 0.69 | 0 | 0.19 | 274.65 | 0.59 | 0.53 |
| Hex | 92 | 40 | CE | 1D | 45 | 0 | 13 | 113 | 3B | 35 |
| Octal | 222 | 100 | 316 | 35 | 105 | 0 | 23 | 423 | 73 | 65 |
| Binary | 10010010 | 1000000 | 11001110 | 11101 | 1000101 | 0 | 10011 | 100010011 | 111011 | 110101 |
Color Harmonies of #9240CE
Complementary color
Monochromatic Colors of #9240CE
Black with #9240CE
Text Example
Text Example
White with #9240CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9240CE; }
p { color: rgb(146,64,206); }
H1.HeaderClassName
{
color: #9240CE;
}
.AnyTagClassName
{
color: #9240CE;
}
</style>
background-color css
<style>
a { background-color: #9240CE; }
a { background-color: rgb(146,64,206); }
div.DivClassName
{
background-color: #9240CE;
}
.BgClassName
{
background-color: #9240CE;
}
</style>
border-color css
<style>
span { border-color: #9240CE; }
span { border-color: rgb(146,64,206); }
td.TdClassName
{
border-color: #9240CE;
}
.TagClassName
{
border-color: #9240CE;
}
</style>