Shades of Dark Orchid #9839BC
Tints of Dark Orchid #9839BC
RGB
CMYK
RGB Variations
Color information
#9839BC (or 0x9839BC) is known color: Dark Orchid. HEX triplet: 98, 39 and BC. RGB value is (152,57,188). Sum of RGB (Red+Green+Blue) = 152+57+188=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #9839BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9839BC is #67C643. Grayscale: #636363. Windows color (decimal): -6800964 or 12335512. OLE color: 12335512.
HSL color Cylindrical-coordinate representation of color #9839BC: hue angle of 283.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9839BC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 57 | 188 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.26 |
| HSL | 283.51º | 0.53% | 0.48% | - |
| HSV(B) | 283.51º | 0.7% | 0.74% | - |
| XYZ | 23.49 | 13.23 | 48.89 | - |
| YUV | 100.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 188 | 0.19 | 0.70 | 0 | 0.26 | 283.51 | 0.53 | 0.48 |
| Hex | 98 | 39 | BC | 13 | 46 | 0 | 1A | 11C | 35 | 30 |
| Octal | 230 | 71 | 274 | 23 | 106 | 0 | 32 | 434 | 65 | 60 |
| Binary | 10011000 | 111001 | 10111100 | 10011 | 1000110 | 0 | 11010 | 100011100 | 110101 | 110000 |
Color Harmonies of #9839BC
Complementary color
Monochromatic Colors of #9839BC
Black with #9839BC
Text Example
Text Example
White with #9839BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9839BC; }
p { color: rgb(152,57,188); }
H1.HeaderClassName
{
color: #9839BC;
}
.AnyTagClassName
{
color: #9839BC;
}
</style>
background-color css
<style>
a { background-color: #9839BC; }
a { background-color: rgb(152,57,188); }
div.DivClassName
{
background-color: #9839BC;
}
.BgClassName
{
background-color: #9839BC;
}
</style>
border-color css
<style>
span { border-color: #9839BC; }
span { border-color: rgb(152,57,188); }
td.TdClassName
{
border-color: #9839BC;
}
.TagClassName
{
border-color: #9839BC;
}
</style>