Shades of Dark Orchid #9836C0
Tints of Dark Orchid #9836C0
RGB
CMYK
RGB Variations
Color information
#9836C0 (or 0x9836C0) is known color: Dark Orchid. HEX triplet: 98, 36 and C0. RGB value is (152,54,192). Sum of RGB (Red+Green+Blue) = 152+54+192=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #9836C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9836C0 is #67C93F. Grayscale: #626262. Windows color (decimal): -6801728 or 12596888. OLE color: 12596888.
HSL color Cylindrical-coordinate representation of color #9836C0: hue angle of 282.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9836C0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 54 | 192 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.25 |
| HSL | 282.61º | 0.56% | 0.48% | - |
| HSV(B) | 282.61º | 0.72% | 0.75% | - |
| XYZ | 23.78 | 13.12 | 51.15 | - |
| YUV | 99.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 192 | 0.21 | 0.72 | 0 | 0.25 | 282.61 | 0.56 | 0.48 |
| Hex | 98 | 36 | C0 | 15 | 48 | 0 | 19 | 11B | 38 | 30 |
| Octal | 230 | 66 | 300 | 25 | 110 | 0 | 31 | 433 | 70 | 60 |
| Binary | 10011000 | 110110 | 11000000 | 10101 | 1001000 | 0 | 11001 | 100011011 | 111000 | 110000 |
Color Harmonies of #9836C0
Complementary color
Monochromatic Colors of #9836C0
Black with #9836C0
Text Example
Text Example
White with #9836C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9836C0; }
p { color: rgb(152,54,192); }
H1.HeaderClassName
{
color: #9836C0;
}
.AnyTagClassName
{
color: #9836C0;
}
</style>
background-color css
<style>
a { background-color: #9836C0; }
a { background-color: rgb(152,54,192); }
div.DivClassName
{
background-color: #9836C0;
}
.BgClassName
{
background-color: #9836C0;
}
</style>
border-color css
<style>
span { border-color: #9836C0; }
span { border-color: rgb(152,54,192); }
td.TdClassName
{
border-color: #9836C0;
}
.TagClassName
{
border-color: #9836C0;
}
</style>