Shades of Dark Orchid #9F3ECB
Tints of Dark Orchid #9F3ECB
RGB
CMYK
RGB Variations
Color information
#9F3ECB (or 0x9F3ECB) is known color: Dark Orchid. HEX triplet: 9F, 3E and CB. RGB value is (159,62,203). Sum of RGB (Red+Green+Blue) = 159+62+203=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3ECB is #60C134. Grayscale: #6A6A6A. Windows color (decimal): -6340917 or 13319839. OLE color: 13319839.
HSL color Cylindrical-coordinate representation of color #9F3ECB: hue angle of 281.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3ECB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 62 | 203 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.20 |
| HSL | 281.28º | 0.58% | 0.52% | - |
| HSV(B) | 281.28º | 0.69% | 0.8% | - |
| XYZ | 26.8 | 15.13 | 58.01 | - |
| YUV | 107.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 203 | 0.22 | 0.69 | 0 | 0.20 | 281.28 | 0.58 | 0.52 |
| Hex | 9F | 3E | CB | 16 | 45 | 0 | 14 | 119 | 3A | 34 |
| Octal | 237 | 76 | 313 | 26 | 105 | 0 | 24 | 431 | 72 | 64 |
| Binary | 10011111 | 111110 | 11001011 | 10110 | 1000101 | 0 | 10100 | 100011001 | 111010 | 110100 |
Color Harmonies of #9F3ECB
Complementary color
Monochromatic Colors of #9F3ECB
Black with #9F3ECB
Text Example
Text Example
White with #9F3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3ECB; }
p { color: rgb(159,62,203); }
H1.HeaderClassName
{
color: #9F3ECB;
}
.AnyTagClassName
{
color: #9F3ECB;
}
</style>
background-color css
<style>
a { background-color: #9F3ECB; }
a { background-color: rgb(159,62,203); }
div.DivClassName
{
background-color: #9F3ECB;
}
.BgClassName
{
background-color: #9F3ECB;
}
</style>
border-color css
<style>
span { border-color: #9F3ECB; }
span { border-color: rgb(159,62,203); }
td.TdClassName
{
border-color: #9F3ECB;
}
.TagClassName
{
border-color: #9F3ECB;
}
</style>