Shades of Dark Orchid #9938BC
Tints of Dark Orchid #9938BC
RGB
CMYK
RGB Variations
Color information
#9938BC (or 0x9938BC) is known color: Dark Orchid. HEX triplet: 99, 38 and BC. RGB value is (153,56,188). Sum of RGB (Red+Green+Blue) = 153+56+188=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 56 (22.27% from 255 or 14.11% 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 #9938BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938BC is #66C743. Grayscale: #636363. Windows color (decimal): -6735684 or 12335257. OLE color: 12335257.
HSL color Cylindrical-coordinate representation of color #9938BC: hue angle of 284.09º degrees, saturation: 0.54, 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 #9938BC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 56 | 188 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.26 |
| HSL | 284.09º | 0.54% | 0.48% | - |
| HSV(B) | 284.09º | 0.7% | 0.74% | - |
| XYZ | 23.63 | 13.23 | 48.89 | - |
| YUV | 100.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 188 | 0.19 | 0.70 | 0 | 0.26 | 284.09 | 0.54 | 0.48 |
| Hex | 99 | 38 | BC | 13 | 46 | 0 | 1A | 11C | 36 | 30 |
| Octal | 231 | 70 | 274 | 23 | 106 | 0 | 32 | 434 | 66 | 60 |
| Binary | 10011001 | 111000 | 10111100 | 10011 | 1000110 | 0 | 11010 | 100011100 | 110110 | 110000 |
Color Harmonies of #9938BC
Complementary color
Monochromatic Colors of #9938BC
Black with #9938BC
Text Example
Text Example
White with #9938BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938BC; }
p { color: rgb(153,56,188); }
H1.HeaderClassName
{
color: #9938BC;
}
.AnyTagClassName
{
color: #9938BC;
}
</style>
background-color css
<style>
a { background-color: #9938BC; }
a { background-color: rgb(153,56,188); }
div.DivClassName
{
background-color: #9938BC;
}
.BgClassName
{
background-color: #9938BC;
}
</style>
border-color css
<style>
span { border-color: #9938BC; }
span { border-color: rgb(153,56,188); }
td.TdClassName
{
border-color: #9938BC;
}
.TagClassName
{
border-color: #9938BC;
}
</style>