Shades of Dark Orchid #9F3DCC
Tints of Dark Orchid #9F3DCC
RGB
CMYK
RGB Variations
Color information
#9F3DCC (or 0x9F3DCC) is known color: Dark Orchid. HEX triplet: 9F, 3D and CC. RGB value is (159,61,204). Sum of RGB (Red+Green+Blue) = 159+61+204=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DCC is #60C233. Grayscale: #6A6A6A. Windows color (decimal): -6341172 or 13385119. OLE color: 13385119.
HSL color Cylindrical-coordinate representation of color #9F3DCC: hue angle of 281.12º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3DCC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 61 | 204 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.2 |
| HSL | 281.12º | 0.58% | 0.52% | - |
| HSV(B) | 281.12º | 0.7% | 0.8% | - |
| XYZ | 26.87 | 15.07 | 58.62 | - |
| YUV | 106.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 204 | 0.22 | 0.70 | 0 | 0.2 | 281.12 | 0.58 | 0.52 |
| Hex | 9F | 3D | CC | 16 | 46 | 0 | 14 | 119 | 3A | 34 |
| Octal | 237 | 75 | 314 | 26 | 106 | 0 | 24 | 431 | 72 | 64 |
| Binary | 10011111 | 111101 | 11001100 | 10110 | 1000110 | 0 | 10100 | 100011001 | 111010 | 110100 |
Color Harmonies of #9F3DCC
Complementary color
Monochromatic Colors of #9F3DCC
Black with #9F3DCC
Text Example
Text Example
White with #9F3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3DCC; }
p { color: rgb(159,61,204); }
H1.HeaderClassName
{
color: #9F3DCC;
}
.AnyTagClassName
{
color: #9F3DCC;
}
</style>
background-color css
<style>
a { background-color: #9F3DCC; }
a { background-color: rgb(159,61,204); }
div.DivClassName
{
background-color: #9F3DCC;
}
.BgClassName
{
background-color: #9F3DCC;
}
</style>
border-color css
<style>
span { border-color: #9F3DCC; }
span { border-color: rgb(159,61,204); }
td.TdClassName
{
border-color: #9F3DCC;
}
.TagClassName
{
border-color: #9F3DCC;
}
</style>