Shades of Dark Orchid #9F2EAA
Tints of Dark Orchid #9F2EAA
RGB
CMYK
RGB Variations
Color information
#9F2EAA (or 0x9F2EAA) is known color: Dark Orchid. HEX triplet: 9F, 2E and AA. RGB value is (159,46,170). Sum of RGB (Red+Green+Blue) = 159+46+170=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F2EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2EAA is #60D155. Grayscale: #5D5D5D. Windows color (decimal): -6345046 or 11153055. OLE color: 11153055.
HSL color Cylindrical-coordinate representation of color #9F2EAA: hue angle of 294.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2EAA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 46 | 170 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.33 |
| HSL | 294.68º | 0.57% | 0.42% | - |
| HSV(B) | 294.68º | 0.73% | 0.67% | - |
| XYZ | 22.53 | 12.23 | 39.2 | - |
| YUV | 93.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 170 | 0.06 | 0.73 | 0 | 0.33 | 294.68 | 0.57 | 0.42 |
| Hex | 9F | 2E | AA | 6 | 49 | 0 | 21 | 127 | 39 | 2A |
| Octal | 237 | 56 | 252 | 6 | 111 | 0 | 41 | 447 | 71 | 52 |
| Binary | 10011111 | 101110 | 10101010 | 110 | 1001001 | 0 | 100001 | 100100111 | 111001 | 101010 |
Color Harmonies of #9F2EAA
Complementary color
Monochromatic Colors of #9F2EAA
Black with #9F2EAA
Text Example
Text Example
White with #9F2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2EAA; }
p { color: rgb(159,46,170); }
H1.HeaderClassName
{
color: #9F2EAA;
}
.AnyTagClassName
{
color: #9F2EAA;
}
</style>
background-color css
<style>
a { background-color: #9F2EAA; }
a { background-color: rgb(159,46,170); }
div.DivClassName
{
background-color: #9F2EAA;
}
.BgClassName
{
background-color: #9F2EAA;
}
</style>
border-color css
<style>
span { border-color: #9F2EAA; }
span { border-color: rgb(159,46,170); }
td.TdClassName
{
border-color: #9F2EAA;
}
.TagClassName
{
border-color: #9F2EAA;
}
</style>