Shades of Dark Orchid #9F2BCF
Tints of Dark Orchid #9F2BCF
RGB
CMYK
RGB Variations
Color information
#9F2BCF (or 0x9F2BCF) is known color: Dark Orchid. HEX triplet: 9F, 2B and CF. RGB value is (159,43,207). Sum of RGB (Red+Green+Blue) = 159+43+207=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2BCF is #60D430. Grayscale: #5F5F5F. Windows color (decimal): -6345777 or 13577119. OLE color: 13577119.
HSL color Cylindrical-coordinate representation of color #9F2BCF: hue angle of 282.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2BCF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 43 | 207 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.19 |
| HSL | 282.44º | 0.66% | 0.49% | - |
| HSV(B) | 282.44º | 0.79% | 0.81% | - |
| XYZ | 26.42 | 13.6 | 60.26 | - |
| YUV | 96.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 207 | 0.23 | 0.79 | 0 | 0.19 | 282.44 | 0.66 | 0.49 |
| Hex | 9F | 2B | CF | 17 | 4F | 0 | 13 | 11A | 42 | 31 |
| Octal | 237 | 53 | 317 | 27 | 117 | 0 | 23 | 432 | 102 | 61 |
| Binary | 10011111 | 101011 | 11001111 | 10111 | 1001111 | 0 | 10011 | 100011010 | 1000010 | 110001 |
Color Harmonies of #9F2BCF
Complementary color
Monochromatic Colors of #9F2BCF
Black with #9F2BCF
Text Example
Text Example
White with #9F2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2BCF; }
p { color: rgb(159,43,207); }
H1.HeaderClassName
{
color: #9F2BCF;
}
.AnyTagClassName
{
color: #9F2BCF;
}
</style>
background-color css
<style>
a { background-color: #9F2BCF; }
a { background-color: rgb(159,43,207); }
div.DivClassName
{
background-color: #9F2BCF;
}
.BgClassName
{
background-color: #9F2BCF;
}
</style>
border-color css
<style>
span { border-color: #9F2BCF; }
span { border-color: rgb(159,43,207); }
td.TdClassName
{
border-color: #9F2BCF;
}
.TagClassName
{
border-color: #9F2BCF;
}
</style>