Shades of Dark Orchid #9924BE
Tints of Dark Orchid #9924BE
RGB
CMYK
RGB Variations
Color information
#9924BE (or 0x9924BE) is known color: Dark Orchid. HEX triplet: 99, 24 and BE. RGB value is (153,36,190). Sum of RGB (Red+Green+Blue) = 153+36+190=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #9924BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9924BE is #66DB41. Grayscale: #585858. Windows color (decimal): -6740802 or 12461209. OLE color: 12461209.
HSL color Cylindrical-coordinate representation of color #9924BE: hue angle of 285.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9924BE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 36 | 190 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.25 |
| HSL | 285.58º | 0.68% | 0.44% | - |
| HSV(B) | 285.58º | 0.81% | 0.75% | - |
| XYZ | 23.06 | 11.75 | 49.77 | - |
| YUV | 88.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 190 | 0.19 | 0.81 | 0 | 0.25 | 285.58 | 0.68 | 0.44 |
| Hex | 99 | 24 | BE | 13 | 51 | 0 | 19 | 11E | 44 | 2C |
| Octal | 231 | 44 | 276 | 23 | 121 | 0 | 31 | 436 | 104 | 54 |
| Binary | 10011001 | 100100 | 10111110 | 10011 | 1010001 | 0 | 11001 | 100011110 | 1000100 | 101100 |
Color Harmonies of #9924BE
Complementary color
Monochromatic Colors of #9924BE
Black with #9924BE
Text Example
Text Example
White with #9924BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9924BE; }
p { color: rgb(153,36,190); }
H1.HeaderClassName
{
color: #9924BE;
}
.AnyTagClassName
{
color: #9924BE;
}
</style>
background-color css
<style>
a { background-color: #9924BE; }
a { background-color: rgb(153,36,190); }
div.DivClassName
{
background-color: #9924BE;
}
.BgClassName
{
background-color: #9924BE;
}
</style>
border-color css
<style>
span { border-color: #9924BE; }
span { border-color: rgb(153,36,190); }
td.TdClassName
{
border-color: #9924BE;
}
.TagClassName
{
border-color: #9924BE;
}
</style>