Shades of Dark Orchid #9F2CB6
Tints of Dark Orchid #9F2CB6
RGB
CMYK
RGB Variations
Color information
#9F2CB6 (or 0x9F2CB6) is known color: Dark Orchid. HEX triplet: 9F, 2C and B6. RGB value is (159,44,182). Sum of RGB (Red+Green+Blue) = 159+44+182=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F2CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2CB6 is #60D349. Grayscale: #5D5D5D. Windows color (decimal): -6345546 or 11938975. OLE color: 11938975.
HSL color Cylindrical-coordinate representation of color #9F2CB6: hue angle of 290º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2CB6 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 44 | 182 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.29 |
| HSL | 290º | 0.61% | 0.44% | - |
| HSV(B) | 290º | 0.76% | 0.71% | - |
| XYZ | 23.64 | 12.55 | 45.43 | - |
| YUV | 94.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 182 | 0.13 | 0.76 | 0 | 0.29 | 290 | 0.61 | 0.44 |
| Hex | 9F | 2C | B6 | D | 4C | 0 | 1D | 122 | 3D | 2C |
| Octal | 237 | 54 | 266 | 15 | 114 | 0 | 35 | 442 | 75 | 54 |
| Binary | 10011111 | 101100 | 10110110 | 1101 | 1001100 | 0 | 11101 | 100100010 | 111101 | 101100 |
Color Harmonies of #9F2CB6
Complementary color
Monochromatic Colors of #9F2CB6
Black with #9F2CB6
Text Example
Text Example
White with #9F2CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2CB6; }
p { color: rgb(159,44,182); }
H1.HeaderClassName
{
color: #9F2CB6;
}
.AnyTagClassName
{
color: #9F2CB6;
}
</style>
background-color css
<style>
a { background-color: #9F2CB6; }
a { background-color: rgb(159,44,182); }
div.DivClassName
{
background-color: #9F2CB6;
}
.BgClassName
{
background-color: #9F2CB6;
}
</style>
border-color css
<style>
span { border-color: #9F2CB6; }
span { border-color: rgb(159,44,182); }
td.TdClassName
{
border-color: #9F2CB6;
}
.TagClassName
{
border-color: #9F2CB6;
}
</style>