Shades of Dark Orchid #9B24BB
Tints of Dark Orchid #9B24BB
RGB
CMYK
RGB Variations
Color information
#9B24BB (or 0x9B24BB) is known color: Dark Orchid. HEX triplet: 9B, 24 and BB. RGB value is (155,36,187). Sum of RGB (Red+Green+Blue) = 155+36+187=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B24BB is #64DB44. Grayscale: #585858. Windows color (decimal): -6609733 or 12264603. OLE color: 12264603.
HSL color Cylindrical-coordinate representation of color #9B24BB: hue angle of 287.28º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B24BB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 36 | 187 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.27 |
| HSL | 287.28º | 0.68% | 0.44% | - |
| HSV(B) | 287.28º | 0.81% | 0.73% | - |
| XYZ | 23.12 | 11.82 | 48.08 | - |
| YUV | 88.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 187 | 0.17 | 0.81 | 0 | 0.27 | 287.28 | 0.68 | 0.44 |
| Hex | 9B | 24 | BB | 11 | 51 | 0 | 1B | 11F | 44 | 2C |
| Octal | 233 | 44 | 273 | 21 | 121 | 0 | 33 | 437 | 104 | 54 |
| Binary | 10011011 | 100100 | 10111011 | 10001 | 1010001 | 0 | 11011 | 100011111 | 1000100 | 101100 |
Color Harmonies of #9B24BB
Complementary color
Monochromatic Colors of #9B24BB
Black with #9B24BB
Text Example
Text Example
White with #9B24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B24BB; }
p { color: rgb(155,36,187); }
H1.HeaderClassName
{
color: #9B24BB;
}
.AnyTagClassName
{
color: #9B24BB;
}
</style>
background-color css
<style>
a { background-color: #9B24BB; }
a { background-color: rgb(155,36,187); }
div.DivClassName
{
background-color: #9B24BB;
}
.BgClassName
{
background-color: #9B24BB;
}
</style>
border-color css
<style>
span { border-color: #9B24BB; }
span { border-color: rgb(155,36,187); }
td.TdClassName
{
border-color: #9B24BB;
}
.TagClassName
{
border-color: #9B24BB;
}
</style>