Shades of Dark Orchid #9F3AB5
Tints of Dark Orchid #9F3AB5
RGB
CMYK
RGB Variations
Color information
#9F3AB5 (or 0x9F3AB5) is known color: Dark Orchid. HEX triplet: 9F, 3A and B5. RGB value is (159,58,181). Sum of RGB (Red+Green+Blue) = 159+58+181=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F3AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3AB5 is #60C54A. Grayscale: #656565. Windows color (decimal): -6341963 or 11877023. OLE color: 11877023.
HSL color Cylindrical-coordinate representation of color #9F3AB5: hue angle of 289.27º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3AB5 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 58 | 181 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.29 |
| HSL | 289.27º | 0.51% | 0.47% | - |
| HSV(B) | 289.27º | 0.68% | 0.71% | - |
| XYZ | 24.15 | 13.73 | 45.09 | - |
| YUV | 102.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 181 | 0.12 | 0.68 | 0 | 0.29 | 289.27 | 0.51 | 0.47 |
| Hex | 9F | 3A | B5 | C | 44 | 0 | 1D | 121 | 33 | 2F |
| Octal | 237 | 72 | 265 | 14 | 104 | 0 | 35 | 441 | 63 | 57 |
| Binary | 10011111 | 111010 | 10110101 | 1100 | 1000100 | 0 | 11101 | 100100001 | 110011 | 101111 |
Color Harmonies of #9F3AB5
Complementary color
Monochromatic Colors of #9F3AB5
Black with #9F3AB5
Text Example
Text Example
White with #9F3AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3AB5; }
p { color: rgb(159,58,181); }
H1.HeaderClassName
{
color: #9F3AB5;
}
.AnyTagClassName
{
color: #9F3AB5;
}
</style>
background-color css
<style>
a { background-color: #9F3AB5; }
a { background-color: rgb(159,58,181); }
div.DivClassName
{
background-color: #9F3AB5;
}
.BgClassName
{
background-color: #9F3AB5;
}
</style>
border-color css
<style>
span { border-color: #9F3AB5; }
span { border-color: rgb(159,58,181); }
td.TdClassName
{
border-color: #9F3AB5;
}
.TagClassName
{
border-color: #9F3AB5;
}
</style>