Shades of Dark Orchid #9F26BA
Tints of Dark Orchid #9F26BA
RGB
CMYK
RGB Variations
Color information
#9F26BA (or 0x9F26BA) is known color: Dark Orchid. HEX triplet: 9F, 26 and BA. RGB value is (159,38,186). Sum of RGB (Red+Green+Blue) = 159+38+186=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26BA is #60D945. Grayscale: #5A5A5A. Windows color (decimal): -6347078 or 12199583. OLE color: 12199583.
HSL color Cylindrical-coordinate representation of color #9F26BA: hue angle of 289.05º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F26BA is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 38 | 186 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.27 |
| HSL | 289.05º | 0.66% | 0.44% | - |
| HSV(B) | 289.05º | 0.8% | 0.73% | - |
| XYZ | 23.85 | 12.3 | 47.57 | - |
| YUV | 91.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 186 | 0.15 | 0.80 | 0 | 0.27 | 289.05 | 0.66 | 0.44 |
| Hex | 9F | 26 | BA | F | 50 | 0 | 1B | 121 | 42 | 2C |
| Octal | 237 | 46 | 272 | 17 | 120 | 0 | 33 | 441 | 102 | 54 |
| Binary | 10011111 | 100110 | 10111010 | 1111 | 1010000 | 0 | 11011 | 100100001 | 1000010 | 101100 |
Color Harmonies of #9F26BA
Complementary color
Monochromatic Colors of #9F26BA
Black with #9F26BA
Text Example
Text Example
White with #9F26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F26BA; }
p { color: rgb(159,38,186); }
H1.HeaderClassName
{
color: #9F26BA;
}
.AnyTagClassName
{
color: #9F26BA;
}
</style>
background-color css
<style>
a { background-color: #9F26BA; }
a { background-color: rgb(159,38,186); }
div.DivClassName
{
background-color: #9F26BA;
}
.BgClassName
{
background-color: #9F26BA;
}
</style>
border-color css
<style>
span { border-color: #9F26BA; }
span { border-color: rgb(159,38,186); }
td.TdClassName
{
border-color: #9F26BA;
}
.TagClassName
{
border-color: #9F26BA;
}
</style>