Shades of Dark Orchid #9938BA
Tints of Dark Orchid #9938BA
RGB
CMYK
RGB Variations
Color information
#9938BA (or 0x9938BA) is known color: Dark Orchid. HEX triplet: 99, 38 and BA. RGB value is (153,56,186). Sum of RGB (Red+Green+Blue) = 153+56+186=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #9938BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938BA is #66C745. Grayscale: #636363. Windows color (decimal): -6735686 or 12204185. OLE color: 12204185.
HSL color Cylindrical-coordinate representation of color #9938BA: hue angle of 284.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9938BA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 56 | 186 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.27 |
| HSL | 284.77º | 0.54% | 0.47% | - |
| HSV(B) | 284.77º | 0.7% | 0.73% | - |
| XYZ | 23.41 | 13.15 | 47.76 | - |
| YUV | 99.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 186 | 0.18 | 0.70 | 0 | 0.27 | 284.77 | 0.54 | 0.47 |
| Hex | 99 | 38 | BA | 12 | 46 | 0 | 1B | 11D | 36 | 2F |
| Octal | 231 | 70 | 272 | 22 | 106 | 0 | 33 | 435 | 66 | 57 |
| Binary | 10011001 | 111000 | 10111010 | 10010 | 1000110 | 0 | 11011 | 100011101 | 110110 | 101111 |
Color Harmonies of #9938BA
Complementary color
Monochromatic Colors of #9938BA
Black with #9938BA
Text Example
Text Example
White with #9938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938BA; }
p { color: rgb(153,56,186); }
H1.HeaderClassName
{
color: #9938BA;
}
.AnyTagClassName
{
color: #9938BA;
}
</style>
background-color css
<style>
a { background-color: #9938BA; }
a { background-color: rgb(153,56,186); }
div.DivClassName
{
background-color: #9938BA;
}
.BgClassName
{
background-color: #9938BA;
}
</style>
border-color css
<style>
span { border-color: #9938BA; }
span { border-color: rgb(153,56,186); }
td.TdClassName
{
border-color: #9938BA;
}
.TagClassName
{
border-color: #9938BA;
}
</style>