Shades of Dark Orchid #9F2DB3
Tints of Dark Orchid #9F2DB3
RGB
CMYK
RGB Variations
Color information
#9F2DB3 (or 0x9F2DB3) is known color: Dark Orchid. HEX triplet: 9F, 2D and B3. RGB value is (159,45,179). Sum of RGB (Red+Green+Blue) = 159+45+179=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F2DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DB3 is #60D24C. Grayscale: #5D5D5D. Windows color (decimal): -6345293 or 11742623. OLE color: 11742623.
HSL color Cylindrical-coordinate representation of color #9F2DB3: hue angle of 291.04º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2DB3 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 45 | 179 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.30 |
| HSL | 291.04º | 0.6% | 0.44% | - |
| HSV(B) | 291.04º | 0.75% | 0.7% | - |
| XYZ | 23.37 | 12.5 | 43.83 | - |
| YUV | 94.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 179 | 0.11 | 0.75 | 0 | 0.30 | 291.04 | 0.6 | 0.44 |
| Hex | 9F | 2D | B3 | B | 4B | 0 | 1E | 123 | 3C | 2C |
| Octal | 237 | 55 | 263 | 13 | 113 | 0 | 36 | 443 | 74 | 54 |
| Binary | 10011111 | 101101 | 10110011 | 1011 | 1001011 | 0 | 11110 | 100100011 | 111100 | 101100 |
Color Harmonies of #9F2DB3
Complementary color
Monochromatic Colors of #9F2DB3
Black with #9F2DB3
Text Example
Text Example
White with #9F2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DB3; }
p { color: rgb(159,45,179); }
H1.HeaderClassName
{
color: #9F2DB3;
}
.AnyTagClassName
{
color: #9F2DB3;
}
</style>
background-color css
<style>
a { background-color: #9F2DB3; }
a { background-color: rgb(159,45,179); }
div.DivClassName
{
background-color: #9F2DB3;
}
.BgClassName
{
background-color: #9F2DB3;
}
</style>
border-color css
<style>
span { border-color: #9F2DB3; }
span { border-color: rgb(159,45,179); }
td.TdClassName
{
border-color: #9F2DB3;
}
.TagClassName
{
border-color: #9F2DB3;
}
</style>