Shades of Dark Orchid #9F26BE
Tints of Dark Orchid #9F26BE
RGB
CMYK
RGB Variations
Color information
#9F26BE (or 0x9F26BE) is known color: Dark Orchid. HEX triplet: 9F, 26 and BE. RGB value is (159,38,190). Sum of RGB (Red+Green+Blue) = 159+38+190=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26BE is #60D941. Grayscale: #5B5B5B. Windows color (decimal): -6347074 or 12461727. OLE color: 12461727.
HSL color Cylindrical-coordinate representation of color #9F26BE: hue angle of 287.76º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F26BE is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 38 | 190 | - |
| CMYK | 0.16 | 0.8 | 0 | 0.25 |
| HSL | 287.76º | 0.67% | 0.45% | - |
| HSV(B) | 287.76º | 0.8% | 0.75% | - |
| XYZ | 24.29 | 12.47 | 49.84 | - |
| YUV | 91.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 190 | 0.16 | 0.8 | 0 | 0.25 | 287.76 | 0.67 | 0.45 |
| Hex | 9F | 26 | BE | 10 | 50 | 0 | 19 | 120 | 43 | 2D |
| Octal | 237 | 46 | 276 | 20 | 120 | 0 | 31 | 440 | 103 | 55 |
| Binary | 10011111 | 100110 | 10111110 | 10000 | 1010000 | 0 | 11001 | 100100000 | 1000011 | 101101 |
Color Harmonies of #9F26BE
Complementary color
Monochromatic Colors of #9F26BE
Black with #9F26BE
Text Example
Text Example
White with #9F26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F26BE; }
p { color: rgb(159,38,190); }
H1.HeaderClassName
{
color: #9F26BE;
}
.AnyTagClassName
{
color: #9F26BE;
}
</style>
background-color css
<style>
a { background-color: #9F26BE; }
a { background-color: rgb(159,38,190); }
div.DivClassName
{
background-color: #9F26BE;
}
.BgClassName
{
background-color: #9F26BE;
}
</style>
border-color css
<style>
span { border-color: #9F26BE; }
span { border-color: rgb(159,38,190); }
td.TdClassName
{
border-color: #9F26BE;
}
.TagClassName
{
border-color: #9F26BE;
}
</style>