Shades of Dark Orchid #9F2ACB
Tints of Dark Orchid #9F2ACB
RGB
CMYK
RGB Variations
Color information
#9F2ACB (or 0x9F2ACB) is known color: Dark Orchid. HEX triplet: 9F, 2A and CB. RGB value is (159,42,203). Sum of RGB (Red+Green+Blue) = 159+42+203=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ACB is #60D534. Grayscale: #5E5E5E. Windows color (decimal): -6346037 or 13314719. OLE color: 13314719.
HSL color Cylindrical-coordinate representation of color #9F2ACB: hue angle of 283.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2ACB is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 42 | 203 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.20 |
| HSL | 283.6º | 0.66% | 0.48% | - |
| HSV(B) | 283.6º | 0.79% | 0.8% | - |
| XYZ | 25.91 | 13.34 | 57.71 | - |
| YUV | 95.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 203 | 0.22 | 0.79 | 0 | 0.20 | 283.6 | 0.66 | 0.48 |
| Hex | 9F | 2A | CB | 16 | 4F | 0 | 14 | 11C | 42 | 30 |
| Octal | 237 | 52 | 313 | 26 | 117 | 0 | 24 | 434 | 102 | 60 |
| Binary | 10011111 | 101010 | 11001011 | 10110 | 1001111 | 0 | 10100 | 100011100 | 1000010 | 110000 |
Color Harmonies of #9F2ACB
Complementary color
Monochromatic Colors of #9F2ACB
Black with #9F2ACB
Text Example
Text Example
White with #9F2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2ACB; }
p { color: rgb(159,42,203); }
H1.HeaderClassName
{
color: #9F2ACB;
}
.AnyTagClassName
{
color: #9F2ACB;
}
</style>
background-color css
<style>
a { background-color: #9F2ACB; }
a { background-color: rgb(159,42,203); }
div.DivClassName
{
background-color: #9F2ACB;
}
.BgClassName
{
background-color: #9F2ACB;
}
</style>
border-color css
<style>
span { border-color: #9F2ACB; }
span { border-color: rgb(159,42,203); }
td.TdClassName
{
border-color: #9F2ACB;
}
.TagClassName
{
border-color: #9F2ACB;
}
</style>