Shades of Dark Orchid #9F26AB
Tints of Dark Orchid #9F26AB
RGB
CMYK
RGB Variations
Color information
#9F26AB (or 0x9F26AB) is known color: Dark Orchid. HEX triplet: 9F, 26 and AB. RGB value is (159,38,171). Sum of RGB (Red+Green+Blue) = 159+38+171=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F26AB is #60D954. Grayscale: #585858. Windows color (decimal): -6347093 or 11216543. OLE color: 11216543.
HSL color Cylindrical-coordinate representation of color #9F26AB: hue angle of 294.59º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F26AB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 38 | 171 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.33 |
| HSL | 294.59º | 0.64% | 0.41% | - |
| HSV(B) | 294.59º | 0.78% | 0.67% | - |
| XYZ | 22.34 | 11.7 | 39.61 | - |
| YUV | 89.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 171 | 0.07 | 0.78 | 0 | 0.33 | 294.59 | 0.64 | 0.41 |
| Hex | 9F | 26 | AB | 7 | 4E | 0 | 21 | 127 | 40 | 29 |
| Octal | 237 | 46 | 253 | 7 | 116 | 0 | 41 | 447 | 100 | 51 |
| Binary | 10011111 | 100110 | 10101011 | 111 | 1001110 | 0 | 100001 | 100100111 | 1000000 | 101001 |
Color Harmonies of #9F26AB
Complementary color
Monochromatic Colors of #9F26AB
Black with #9F26AB
Text Example
Text Example
White with #9F26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F26AB; }
p { color: rgb(159,38,171); }
H1.HeaderClassName
{
color: #9F26AB;
}
.AnyTagClassName
{
color: #9F26AB;
}
</style>
background-color css
<style>
a { background-color: #9F26AB; }
a { background-color: rgb(159,38,171); }
div.DivClassName
{
background-color: #9F26AB;
}
.BgClassName
{
background-color: #9F26AB;
}
</style>
border-color css
<style>
span { border-color: #9F26AB; }
span { border-color: rgb(159,38,171); }
td.TdClassName
{
border-color: #9F26AB;
}
.TagClassName
{
border-color: #9F26AB;
}
</style>