Shades of Dark Orchid #9846CC
Tints of Dark Orchid #9846CC
RGB
CMYK
RGB Variations
Color information
#9846CC (or 0x9846CC) is known color: Dark Orchid. HEX triplet: 98, 46 and CC. RGB value is (152,70,204). Sum of RGB (Red+Green+Blue) = 152+70+204=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #9846CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846CC is #67B933. Grayscale: #6D6D6D. Windows color (decimal): -6797620 or 13387416. OLE color: 13387416.
HSL color Cylindrical-coordinate representation of color #9846CC: hue angle of 276.72º 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 #9846CC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 70 | 204 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.2 |
| HSL | 276.72º | 0.57% | 0.54% | - |
| HSV(B) | 276.72º | 0.66% | 0.8% | - |
| XYZ | 26.04 | 15.42 | 58.73 | - |
| YUV | 109.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 204 | 0.25 | 0.66 | 0 | 0.2 | 276.72 | 0.57 | 0.54 |
| Hex | 98 | 46 | CC | 19 | 42 | 0 | 14 | 115 | 39 | 36 |
| Octal | 230 | 106 | 314 | 31 | 102 | 0 | 24 | 425 | 71 | 66 |
| Binary | 10011000 | 1000110 | 11001100 | 11001 | 1000010 | 0 | 10100 | 100010101 | 111001 | 110110 |
Color Harmonies of #9846CC
Complementary color
Monochromatic Colors of #9846CC
Black with #9846CC
Text Example
Text Example
White with #9846CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9846CC; }
p { color: rgb(152,70,204); }
H1.HeaderClassName
{
color: #9846CC;
}
.AnyTagClassName
{
color: #9846CC;
}
</style>
background-color css
<style>
a { background-color: #9846CC; }
a { background-color: rgb(152,70,204); }
div.DivClassName
{
background-color: #9846CC;
}
.BgClassName
{
background-color: #9846CC;
}
</style>
border-color css
<style>
span { border-color: #9846CC; }
span { border-color: rgb(152,70,204); }
td.TdClassName
{
border-color: #9846CC;
}
.TagClassName
{
border-color: #9846CC;
}
</style>