Shades of Dark Orchid #9D2FAB
Tints of Dark Orchid #9D2FAB
RGB
CMYK
RGB Variations
Color information
#9D2FAB (or 0x9D2FAB) is known color: Dark Orchid. HEX triplet: 9D, 2F and AB. RGB value is (157,47,171). Sum of RGB (Red+Green+Blue) = 157+47+171=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2FAB is #62D054. Grayscale: #5D5D5D. Windows color (decimal): -6475861 or 11218845. OLE color: 11218845.
HSL color Cylindrical-coordinate representation of color #9D2FAB: hue angle of 293.23º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2FAB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 47 | 171 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.33 |
| HSL | 293.23º | 0.57% | 0.43% | - |
| HSV(B) | 293.23º | 0.73% | 0.67% | - |
| XYZ | 22.27 | 12.14 | 39.7 | - |
| YUV | 94.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 171 | 0.08 | 0.73 | 0 | 0.33 | 293.23 | 0.57 | 0.43 |
| Hex | 9D | 2F | AB | 8 | 49 | 0 | 21 | 125 | 39 | 2B |
| Octal | 235 | 57 | 253 | 10 | 111 | 0 | 41 | 445 | 71 | 53 |
| Binary | 10011101 | 101111 | 10101011 | 1000 | 1001001 | 0 | 100001 | 100100101 | 111001 | 101011 |
Color Harmonies of #9D2FAB
Complementary color
Monochromatic Colors of #9D2FAB
Black with #9D2FAB
Text Example
Text Example
White with #9D2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2FAB; }
p { color: rgb(157,47,171); }
H1.HeaderClassName
{
color: #9D2FAB;
}
.AnyTagClassName
{
color: #9D2FAB;
}
</style>
background-color css
<style>
a { background-color: #9D2FAB; }
a { background-color: rgb(157,47,171); }
div.DivClassName
{
background-color: #9D2FAB;
}
.BgClassName
{
background-color: #9D2FAB;
}
</style>
border-color css
<style>
span { border-color: #9D2FAB; }
span { border-color: rgb(157,47,171); }
td.TdClassName
{
border-color: #9D2FAB;
}
.TagClassName
{
border-color: #9D2FAB;
}
</style>