Shades of Dark Orchid #9938D9
Tints of Dark Orchid #9938D9
RGB
CMYK
RGB Variations
Color information
#9938D9 (or 0x9938D9) is known color: Dark Orchid. HEX triplet: 99, 38 and D9. RGB value is (153,56,217). Sum of RGB (Red+Green+Blue) = 153+56+217=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #9938D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938D9 is #66C726. Grayscale: #666666. Windows color (decimal): -6735655 or 14235801. OLE color: 14235801.
HSL color Cylindrical-coordinate representation of color #9938D9: hue angle of 276.15º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9938D9 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 56 | 217 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.15 |
| HSL | 276.15º | 0.68% | 0.54% | - |
| HSV(B) | 276.15º | 0.74% | 0.85% | - |
| XYZ | 27.08 | 14.61 | 67.04 | - |
| YUV | 103.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 217 | 0.29 | 0.74 | 0 | 0.15 | 276.15 | 0.68 | 0.54 |
| Hex | 99 | 38 | D9 | 1D | 4A | 0 | F | 114 | 44 | 36 |
| Octal | 231 | 70 | 331 | 35 | 112 | 0 | 17 | 424 | 104 | 66 |
| Binary | 10011001 | 111000 | 11011001 | 11101 | 1001010 | 0 | 1111 | 100010100 | 1000100 | 110110 |
Color Harmonies of #9938D9
Complementary color
Monochromatic Colors of #9938D9
Black with #9938D9
Text Example
Text Example
White with #9938D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938D9; }
p { color: rgb(153,56,217); }
H1.HeaderClassName
{
color: #9938D9;
}
.AnyTagClassName
{
color: #9938D9;
}
</style>
background-color css
<style>
a { background-color: #9938D9; }
a { background-color: rgb(153,56,217); }
div.DivClassName
{
background-color: #9938D9;
}
.BgClassName
{
background-color: #9938D9;
}
</style>
border-color css
<style>
span { border-color: #9938D9; }
span { border-color: rgb(153,56,217); }
td.TdClassName
{
border-color: #9938D9;
}
.TagClassName
{
border-color: #9938D9;
}
</style>