Shades of Dark Orchid #9246CC
Tints of Dark Orchid #9246CC
RGB
CMYK
RGB Variations
Color information
#9246CC (or 0x9246CC) is known color: Dark Orchid. HEX triplet: 92, 46 and CC. RGB value is (146,70,204). Sum of RGB (Red+Green+Blue) = 146+70+204=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #9246CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9246CC is #6DB933. Grayscale: #6B6B6B. Windows color (decimal): -7190836 or 13387410. OLE color: 13387410.
HSL color Cylindrical-coordinate representation of color #9246CC: hue angle of 274.03º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9246CC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 70 | 204 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.2 |
| HSL | 274.03º | 0.57% | 0.54% | - |
| HSV(B) | 274.03º | 0.66% | 0.8% | - |
| XYZ | 24.94 | 14.85 | 58.68 | - |
| YUV | 108 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 204 | 0.28 | 0.66 | 0 | 0.2 | 274.03 | 0.57 | 0.54 |
| Hex | 92 | 46 | CC | 1C | 42 | 0 | 14 | 112 | 39 | 36 |
| Octal | 222 | 106 | 314 | 34 | 102 | 0 | 24 | 422 | 71 | 66 |
| Binary | 10010010 | 1000110 | 11001100 | 11100 | 1000010 | 0 | 10100 | 100010010 | 111001 | 110110 |
Color Harmonies of #9246CC
Complementary color
Monochromatic Colors of #9246CC
Black with #9246CC
Text Example
Text Example
White with #9246CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9246CC; }
p { color: rgb(146,70,204); }
H1.HeaderClassName
{
color: #9246CC;
}
.AnyTagClassName
{
color: #9246CC;
}
</style>
background-color css
<style>
a { background-color: #9246CC; }
a { background-color: rgb(146,70,204); }
div.DivClassName
{
background-color: #9246CC;
}
.BgClassName
{
background-color: #9246CC;
}
</style>
border-color css
<style>
span { border-color: #9246CC; }
span { border-color: rgb(146,70,204); }
td.TdClassName
{
border-color: #9246CC;
}
.TagClassName
{
border-color: #9246CC;
}
</style>