Shades of Dark Orchid #9F3CCC
Tints of Dark Orchid #9F3CCC
RGB
CMYK
RGB Variations
Color information
#9F3CCC (or 0x9F3CCC) is known color: Dark Orchid. HEX triplet: 9F, 3C and CC. RGB value is (159,60,204). Sum of RGB (Red+Green+Blue) = 159+60+204=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CCC is #60C333. Grayscale: #696969. Windows color (decimal): -6341428 or 13384863. OLE color: 13384863.
HSL color Cylindrical-coordinate representation of color #9F3CCC: hue angle of 281.25º 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 #9F3CCC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 60 | 204 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.2 |
| HSL | 281.25º | 0.59% | 0.52% | - |
| HSV(B) | 281.25º | 0.71% | 0.8% | - |
| XYZ | 26.81 | 14.96 | 58.6 | - |
| YUV | 106.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 204 | 0.22 | 0.71 | 0 | 0.2 | 281.25 | 0.59 | 0.52 |
| Hex | 9F | 3C | CC | 16 | 47 | 0 | 14 | 119 | 3B | 34 |
| Octal | 237 | 74 | 314 | 26 | 107 | 0 | 24 | 431 | 73 | 64 |
| Binary | 10011111 | 111100 | 11001100 | 10110 | 1000111 | 0 | 10100 | 100011001 | 111011 | 110100 |
Color Harmonies of #9F3CCC
Complementary color
Monochromatic Colors of #9F3CCC
Black with #9F3CCC
Text Example
Text Example
White with #9F3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CCC; }
p { color: rgb(159,60,204); }
H1.HeaderClassName
{
color: #9F3CCC;
}
.AnyTagClassName
{
color: #9F3CCC;
}
</style>
background-color css
<style>
a { background-color: #9F3CCC; }
a { background-color: rgb(159,60,204); }
div.DivClassName
{
background-color: #9F3CCC;
}
.BgClassName
{
background-color: #9F3CCC;
}
</style>
border-color css
<style>
span { border-color: #9F3CCC; }
span { border-color: rgb(159,60,204); }
td.TdClassName
{
border-color: #9F3CCC;
}
.TagClassName
{
border-color: #9F3CCC;
}
</style>