Shades of Dark Orchid #9F27CC
Tints of Dark Orchid #9F27CC
RGB
CMYK
RGB Variations
Color information
#9F27CC (or 0x9F27CC) is known color: Dark Orchid. HEX triplet: 9F, 27 and CC. RGB value is (159,39,204). Sum of RGB (Red+Green+Blue) = 159+39+204=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F27CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F27CC is #60D833. Grayscale: #5D5D5D. Windows color (decimal): -6346804 or 13379487. OLE color: 13379487.
HSL color Cylindrical-coordinate representation of color #9F27CC: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F27CC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 39 | 204 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.2 |
| HSL | 283.64º | 0.68% | 0.48% | - |
| HSV(B) | 283.64º | 0.81% | 0.8% | - |
| XYZ | 25.92 | 13.18 | 58.3 | - |
| YUV | 93.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 204 | 0.22 | 0.81 | 0 | 0.2 | 283.64 | 0.68 | 0.48 |
| Hex | 9F | 27 | CC | 16 | 51 | 0 | 14 | 11C | 44 | 30 |
| Octal | 237 | 47 | 314 | 26 | 121 | 0 | 24 | 434 | 104 | 60 |
| Binary | 10011111 | 100111 | 11001100 | 10110 | 1010001 | 0 | 10100 | 100011100 | 1000100 | 110000 |
Color Harmonies of #9F27CC
Complementary color
Monochromatic Colors of #9F27CC
Black with #9F27CC
Text Example
Text Example
White with #9F27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F27CC; }
p { color: rgb(159,39,204); }
H1.HeaderClassName
{
color: #9F27CC;
}
.AnyTagClassName
{
color: #9F27CC;
}
</style>
background-color css
<style>
a { background-color: #9F27CC; }
a { background-color: rgb(159,39,204); }
div.DivClassName
{
background-color: #9F27CC;
}
.BgClassName
{
background-color: #9F27CC;
}
</style>
border-color css
<style>
span { border-color: #9F27CC; }
span { border-color: rgb(159,39,204); }
td.TdClassName
{
border-color: #9F27CC;
}
.TagClassName
{
border-color: #9F27CC;
}
</style>