Shades of Dark Orchid #9B1DAE
Tints of Dark Orchid #9B1DAE
RGB
CMYK
RGB Variations
Color information
#9B1DAE (or 0x9B1DAE) is known color: Dark Orchid. HEX triplet: 9B, 1D and AE. RGB value is (155,29,174). Sum of RGB (Red+Green+Blue) = 155+29+174=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1DAE is #64E251. Grayscale: #525252. Windows color (decimal): -6611538 or 11410843. OLE color: 11410843.
HSL color Cylindrical-coordinate representation of color #9B1DAE: hue angle of 292.14º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1DAE is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 29 | 174 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.32 |
| HSL | 292.14º | 0.71% | 0.4% | - |
| HSV(B) | 292.14º | 0.83% | 0.68% | - |
| XYZ | 21.6 | 10.9 | 41.01 | - |
| YUV | 83.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 174 | 0.11 | 0.83 | 0 | 0.32 | 292.14 | 0.71 | 0.4 |
| Hex | 9B | 1D | AE | B | 53 | 0 | 20 | 124 | 47 | 28 |
| Octal | 233 | 35 | 256 | 13 | 123 | 0 | 40 | 444 | 107 | 50 |
| Binary | 10011011 | 11101 | 10101110 | 1011 | 1010011 | 0 | 100000 | 100100100 | 1000111 | 101000 |
Color Harmonies of #9B1DAE
Complementary color
Monochromatic Colors of #9B1DAE
Black with #9B1DAE
Text Example
Text Example
White with #9B1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DAE; }
p { color: rgb(155,29,174); }
H1.HeaderClassName
{
color: #9B1DAE;
}
.AnyTagClassName
{
color: #9B1DAE;
}
</style>
background-color css
<style>
a { background-color: #9B1DAE; }
a { background-color: rgb(155,29,174); }
div.DivClassName
{
background-color: #9B1DAE;
}
.BgClassName
{
background-color: #9B1DAE;
}
</style>
border-color css
<style>
span { border-color: #9B1DAE; }
span { border-color: rgb(155,29,174); }
td.TdClassName
{
border-color: #9B1DAE;
}
.TagClassName
{
border-color: #9B1DAE;
}
</style>