Shades of Dark Orchid #9F2DDB
Tints of Dark Orchid #9F2DDB
RGB
CMYK
RGB Variations
Color information
#9F2DDB (or 0x9F2DDB) is known color: Dark Orchid. HEX triplet: 9F, 2D and DB. RGB value is (159,45,219). Sum of RGB (Red+Green+Blue) = 159+45+219=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F2DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DDB is #60D224. Grayscale: #626262. Windows color (decimal): -6345253 or 14364063. OLE color: 14364063.
HSL color Cylindrical-coordinate representation of color #9F2DDB: hue angle of 279.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2DDB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 45 | 219 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.14 |
| HSL | 279.31º | 0.71% | 0.52% | - |
| HSV(B) | 279.31º | 0.79% | 0.86% | - |
| XYZ | 28.02 | 14.36 | 68.31 | - |
| YUV | 98.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 219 | 0.27 | 0.79 | 0 | 0.14 | 279.31 | 0.71 | 0.52 |
| Hex | 9F | 2D | DB | 1B | 4F | 0 | E | 117 | 47 | 34 |
| Octal | 237 | 55 | 333 | 33 | 117 | 0 | 16 | 427 | 107 | 64 |
| Binary | 10011111 | 101101 | 11011011 | 11011 | 1001111 | 0 | 1110 | 100010111 | 1000111 | 110100 |
Color Harmonies of #9F2DDB
Complementary color
Monochromatic Colors of #9F2DDB
Black with #9F2DDB
Text Example
Text Example
White with #9F2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2DDB; }
p { color: rgb(159,45,219); }
H1.HeaderClassName
{
color: #9F2DDB;
}
.AnyTagClassName
{
color: #9F2DDB;
}
</style>
background-color css
<style>
a { background-color: #9F2DDB; }
a { background-color: rgb(159,45,219); }
div.DivClassName
{
background-color: #9F2DDB;
}
.BgClassName
{
background-color: #9F2DDB;
}
</style>
border-color css
<style>
span { border-color: #9F2DDB; }
span { border-color: rgb(159,45,219); }
td.TdClassName
{
border-color: #9F2DDB;
}
.TagClassName
{
border-color: #9F2DDB;
}
</style>