Shades of Dark Orchid #9936DE
Tints of Dark Orchid #9936DE
RGB
CMYK
RGB Variations
Color information
#9936DE (or 0x9936DE) is known color: Dark Orchid. HEX triplet: 99, 36 and DE. RGB value is (153,54,222). Sum of RGB (Red+Green+Blue) = 153+54+222=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #9936DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9936DE is #66C921. Grayscale: #666666. Windows color (decimal): -6736162 or 14562969. OLE color: 14562969.
HSL color Cylindrical-coordinate representation of color #9936DE: hue angle of 275.36º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9936DE is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 54 | 222 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.13 |
| HSL | 275.36º | 0.72% | 0.54% | - |
| HSV(B) | 275.36º | 0.76% | 0.87% | - |
| XYZ | 27.64 | 14.68 | 70.48 | - |
| YUV | 102.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 222 | 0.31 | 0.76 | 0 | 0.13 | 275.36 | 0.72 | 0.54 |
| Hex | 99 | 36 | DE | 1F | 4C | 0 | D | 113 | 48 | 36 |
| Octal | 231 | 66 | 336 | 37 | 114 | 0 | 15 | 423 | 110 | 66 |
| Binary | 10011001 | 110110 | 11011110 | 11111 | 1001100 | 0 | 1101 | 100010011 | 1001000 | 110110 |
Color Harmonies of #9936DE
Complementary color
Monochromatic Colors of #9936DE
Black with #9936DE
Text Example
Text Example
White with #9936DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9936DE; }
p { color: rgb(153,54,222); }
H1.HeaderClassName
{
color: #9936DE;
}
.AnyTagClassName
{
color: #9936DE;
}
</style>
background-color css
<style>
a { background-color: #9936DE; }
a { background-color: rgb(153,54,222); }
div.DivClassName
{
background-color: #9936DE;
}
.BgClassName
{
background-color: #9936DE;
}
</style>
border-color css
<style>
span { border-color: #9936DE; }
span { border-color: rgb(153,54,222); }
td.TdClassName
{
border-color: #9936DE;
}
.TagClassName
{
border-color: #9936DE;
}
</style>