Shades of Dark Orchid #9F26C6
Tints of Dark Orchid #9F26C6
RGB
CMYK
RGB Variations
Color information
#9F26C6 (or 0x9F26C6) is known color: Dark Orchid. HEX triplet: 9F, 26 and C6. RGB value is (159,38,198). Sum of RGB (Red+Green+Blue) = 159+38+198=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F26C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26C6 is #60D939. Grayscale: #5B5B5B. Windows color (decimal): -6347066 or 12986015. OLE color: 12986015.
HSL color Cylindrical-coordinate representation of color #9F26C6: hue angle of 285.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F26C6 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 38 | 198 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.22 |
| HSL | 285.38º | 0.68% | 0.46% | - |
| HSV(B) | 285.38º | 0.81% | 0.78% | - |
| XYZ | 25.18 | 12.83 | 54.58 | - |
| YUV | 92.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 198 | 0.20 | 0.81 | 0 | 0.22 | 285.38 | 0.68 | 0.46 |
| Hex | 9F | 26 | C6 | 14 | 51 | 0 | 16 | 11D | 44 | 2E |
| Octal | 237 | 46 | 306 | 24 | 121 | 0 | 26 | 435 | 104 | 56 |
| Binary | 10011111 | 100110 | 11000110 | 10100 | 1010001 | 0 | 10110 | 100011101 | 1000100 | 101110 |
Color Harmonies of #9F26C6
Complementary color
Monochromatic Colors of #9F26C6
Black with #9F26C6
Text Example
Text Example
White with #9F26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F26C6; }
p { color: rgb(159,38,198); }
H1.HeaderClassName
{
color: #9F26C6;
}
.AnyTagClassName
{
color: #9F26C6;
}
</style>
background-color css
<style>
a { background-color: #9F26C6; }
a { background-color: rgb(159,38,198); }
div.DivClassName
{
background-color: #9F26C6;
}
.BgClassName
{
background-color: #9F26C6;
}
</style>
border-color css
<style>
span { border-color: #9F26C6; }
span { border-color: rgb(159,38,198); }
td.TdClassName
{
border-color: #9F26C6;
}
.TagClassName
{
border-color: #9F26C6;
}
</style>