Shades of Dark Orchid #9240CC
Tints of Dark Orchid #9240CC
RGB
CMYK
RGB Variations
Color information
#9240CC (or 0x9240CC) is known color: Dark Orchid. HEX triplet: 92, 40 and CC. RGB value is (146,64,204). Sum of RGB (Red+Green+Blue) = 146+64+204=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #9240CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240CC is #6DBF33. Grayscale: #686868. Windows color (decimal): -7192372 or 13385874. OLE color: 13385874.
HSL color Cylindrical-coordinate representation of color #9240CC: hue angle of 275.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9240CC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 64 | 204 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.2 |
| HSL | 275.14º | 0.58% | 0.53% | - |
| HSV(B) | 275.14º | 0.69% | 0.8% | - |
| XYZ | 24.59 | 14.14 | 58.56 | - |
| YUV | 104.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 204 | 0.28 | 0.69 | 0 | 0.2 | 275.14 | 0.58 | 0.53 |
| Hex | 92 | 40 | CC | 1C | 45 | 0 | 14 | 113 | 3A | 35 |
| Octal | 222 | 100 | 314 | 34 | 105 | 0 | 24 | 423 | 72 | 65 |
| Binary | 10010010 | 1000000 | 11001100 | 11100 | 1000101 | 0 | 10100 | 100010011 | 111010 | 110101 |
Color Harmonies of #9240CC
Complementary color
Monochromatic Colors of #9240CC
Black with #9240CC
Text Example
Text Example
White with #9240CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9240CC; }
p { color: rgb(146,64,204); }
H1.HeaderClassName
{
color: #9240CC;
}
.AnyTagClassName
{
color: #9240CC;
}
</style>
background-color css
<style>
a { background-color: #9240CC; }
a { background-color: rgb(146,64,204); }
div.DivClassName
{
background-color: #9240CC;
}
.BgClassName
{
background-color: #9240CC;
}
</style>
border-color css
<style>
span { border-color: #9240CC; }
span { border-color: rgb(146,64,204); }
td.TdClassName
{
border-color: #9240CC;
}
.TagClassName
{
border-color: #9240CC;
}
</style>