Shades of Dark Orchid #9F26CF
Tints of Dark Orchid #9F26CF
RGB
CMYK
RGB Variations
Color information
#9F26CF (or 0x9F26CF) is known color: Dark Orchid. HEX triplet: 9F, 26 and CF. RGB value is (159,38,207). Sum of RGB (Red+Green+Blue) = 159+38+207=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26CF is #60D930. Grayscale: #5C5C5C. Windows color (decimal): -6347057 or 13575839. OLE color: 13575839.
HSL color Cylindrical-coordinate representation of color #9F26CF: hue angle of 282.96º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F26CF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 38 | 207 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.19 |
| HSL | 282.96º | 0.69% | 0.48% | - |
| HSV(B) | 282.96º | 0.82% | 0.81% | - |
| XYZ | 26.25 | 13.26 | 60.21 | - |
| YUV | 93.45 | 192.09 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 207 | 0.23 | 0.82 | 0 | 0.19 | 282.96 | 0.69 | 0.48 |
| Hex | 9F | 26 | CF | 17 | 52 | 0 | 13 | 11B | 45 | 30 |
| Octal | 237 | 46 | 317 | 27 | 122 | 0 | 23 | 433 | 105 | 60 |
| Binary | 10011111 | 100110 | 11001111 | 10111 | 1010010 | 0 | 10011 | 100011011 | 1000101 | 110000 |
Color Harmonies of #9F26CF
Complementary color
Monochromatic Colors of #9F26CF
Black with #9F26CF
Text Example
Text Example
White with #9F26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F26CF; }
p { color: rgb(159,38,207); }
H1.HeaderClassName
{
color: #9F26CF;
}
.AnyTagClassName
{
color: #9F26CF;
}
</style>
background-color css
<style>
a { background-color: #9F26CF; }
a { background-color: rgb(159,38,207); }
div.DivClassName
{
background-color: #9F26CF;
}
.BgClassName
{
background-color: #9F26CF;
}
</style>
border-color css
<style>
span { border-color: #9F26CF; }
span { border-color: rgb(159,38,207); }
td.TdClassName
{
border-color: #9F26CF;
}
.TagClassName
{
border-color: #9F26CF;
}
</style>