Shades of Dark Orchid #9F3BCC
Tints of Dark Orchid #9F3BCC
RGB
CMYK
RGB Variations
Color information
#9F3BCC (or 0x9F3BCC) is known color: Dark Orchid. HEX triplet: 9F, 3B and CC. RGB value is (159,59,204). Sum of RGB (Red+Green+Blue) = 159+59+204=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F3BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BCC is #60C433. Grayscale: #686868. Windows color (decimal): -6341684 or 13384607. OLE color: 13384607.
HSL color Cylindrical-coordinate representation of color #9F3BCC: hue angle of 281.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F3BCC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 59 | 204 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.2 |
| HSL | 281.38º | 0.59% | 0.52% | - |
| HSV(B) | 281.38º | 0.71% | 0.8% | - |
| XYZ | 26.76 | 14.86 | 58.58 | - |
| YUV | 105.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 204 | 0.22 | 0.71 | 0 | 0.2 | 281.38 | 0.59 | 0.52 |
| Hex | 9F | 3B | CC | 16 | 47 | 0 | 14 | 119 | 3B | 34 |
| Octal | 237 | 73 | 314 | 26 | 107 | 0 | 24 | 431 | 73 | 64 |
| Binary | 10011111 | 111011 | 11001100 | 10110 | 1000111 | 0 | 10100 | 100011001 | 111011 | 110100 |
Color Harmonies of #9F3BCC
Complementary color
Monochromatic Colors of #9F3BCC
Black with #9F3BCC
Text Example
Text Example
White with #9F3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BCC; }
p { color: rgb(159,59,204); }
H1.HeaderClassName
{
color: #9F3BCC;
}
.AnyTagClassName
{
color: #9F3BCC;
}
</style>
background-color css
<style>
a { background-color: #9F3BCC; }
a { background-color: rgb(159,59,204); }
div.DivClassName
{
background-color: #9F3BCC;
}
.BgClassName
{
background-color: #9F3BCC;
}
</style>
border-color css
<style>
span { border-color: #9F3BCC; }
span { border-color: rgb(159,59,204); }
td.TdClassName
{
border-color: #9F3BCC;
}
.TagClassName
{
border-color: #9F3BCC;
}
</style>