Shades of Dark Orchid #9F26CC
Tints of Dark Orchid #9F26CC
RGB
CMYK
RGB Variations
Color information
#9F26CC (or 0x9F26CC) is known color: Dark Orchid. HEX triplet: 9F, 26 and CC. RGB value is (159,38,204). Sum of RGB (Red+Green+Blue) = 159+38+204=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26CC is #60D933. Grayscale: #5C5C5C. Windows color (decimal): -6347060 or 13379231. OLE color: 13379231.
HSL color Cylindrical-coordinate representation of color #9F26CC: hue angle of 283.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F26CC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 38 | 204 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.2 |
| HSL | 283.74º | 0.69% | 0.47% | - |
| HSV(B) | 283.74º | 0.81% | 0.8% | - |
| XYZ | 25.89 | 13.12 | 58.29 | - |
| YUV | 93.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 204 | 0.22 | 0.81 | 0 | 0.2 | 283.74 | 0.69 | 0.47 |
| Hex | 9F | 26 | CC | 16 | 51 | 0 | 14 | 11C | 45 | 2F |
| Octal | 237 | 46 | 314 | 26 | 121 | 0 | 24 | 434 | 105 | 57 |
| Binary | 10011111 | 100110 | 11001100 | 10110 | 1010001 | 0 | 10100 | 100011100 | 1000101 | 101111 |
Color Harmonies of #9F26CC
Complementary color
Monochromatic Colors of #9F26CC
Black with #9F26CC
Text Example
Text Example
White with #9F26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F26CC; }
p { color: rgb(159,38,204); }
H1.HeaderClassName
{
color: #9F26CC;
}
.AnyTagClassName
{
color: #9F26CC;
}
</style>
background-color css
<style>
a { background-color: #9F26CC; }
a { background-color: rgb(159,38,204); }
div.DivClassName
{
background-color: #9F26CC;
}
.BgClassName
{
background-color: #9F26CC;
}
</style>
border-color css
<style>
span { border-color: #9F26CC; }
span { border-color: rgb(159,38,204); }
td.TdClassName
{
border-color: #9F26CC;
}
.TagClassName
{
border-color: #9F26CC;
}
</style>