Shades of Dark Orchid #9B24AE
Tints of Dark Orchid #9B24AE
RGB
CMYK
RGB Variations
Color information
#9B24AE (or 0x9B24AE) is known color: Dark Orchid. HEX triplet: 9B, 24 and AE. RGB value is (155,36,174). Sum of RGB (Red+Green+Blue) = 155+36+174=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B24AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B24AE is #64DB51. Grayscale: #565656. Windows color (decimal): -6609746 or 11412635. OLE color: 11412635.
HSL color Cylindrical-coordinate representation of color #9B24AE: hue angle of 291.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B24AE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 36 | 174 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.32 |
| HSL | 291.74º | 0.66% | 0.41% | - |
| HSV(B) | 291.74º | 0.79% | 0.68% | - |
| XYZ | 21.79 | 11.29 | 41.07 | - |
| YUV | 87.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 174 | 0.11 | 0.79 | 0 | 0.32 | 291.74 | 0.66 | 0.41 |
| Hex | 9B | 24 | AE | B | 4F | 0 | 20 | 124 | 42 | 29 |
| Octal | 233 | 44 | 256 | 13 | 117 | 0 | 40 | 444 | 102 | 51 |
| Binary | 10011011 | 100100 | 10101110 | 1011 | 1001111 | 0 | 100000 | 100100100 | 1000010 | 101001 |
Color Harmonies of #9B24AE
Complementary color
Monochromatic Colors of #9B24AE
Black with #9B24AE
Text Example
Text Example
White with #9B24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B24AE; }
p { color: rgb(155,36,174); }
H1.HeaderClassName
{
color: #9B24AE;
}
.AnyTagClassName
{
color: #9B24AE;
}
</style>
background-color css
<style>
a { background-color: #9B24AE; }
a { background-color: rgb(155,36,174); }
div.DivClassName
{
background-color: #9B24AE;
}
.BgClassName
{
background-color: #9B24AE;
}
</style>
border-color css
<style>
span { border-color: #9B24AE; }
span { border-color: rgb(155,36,174); }
td.TdClassName
{
border-color: #9B24AE;
}
.TagClassName
{
border-color: #9B24AE;
}
</style>