Shades of Dark Orchid #9F32BE
Tints of Dark Orchid #9F32BE
RGB
CMYK
RGB Variations
Color information
#9F32BE (or 0x9F32BE) is known color: Dark Orchid. HEX triplet: 9F, 32 and BE. RGB value is (159,50,190). Sum of RGB (Red+Green+Blue) = 159+50+190=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F32BE is #60CD41. Grayscale: #626262. Windows color (decimal): -6344002 or 12464799. OLE color: 12464799.
HSL color Cylindrical-coordinate representation of color #9F32BE: hue angle of 286.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F32BE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 50 | 190 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.25 |
| HSL | 286.71º | 0.58% | 0.47% | - |
| HSV(B) | 286.71º | 0.74% | 0.75% | - |
| XYZ | 24.73 | 13.37 | 49.99 | - |
| YUV | 98.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 190 | 0.16 | 0.74 | 0 | 0.25 | 286.71 | 0.58 | 0.47 |
| Hex | 9F | 32 | BE | 10 | 4A | 0 | 19 | 11F | 3A | 2F |
| Octal | 237 | 62 | 276 | 20 | 112 | 0 | 31 | 437 | 72 | 57 |
| Binary | 10011111 | 110010 | 10111110 | 10000 | 1001010 | 0 | 11001 | 100011111 | 111010 | 101111 |
Color Harmonies of #9F32BE
Complementary color
Monochromatic Colors of #9F32BE
Black with #9F32BE
Text Example
Text Example
White with #9F32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F32BE; }
p { color: rgb(159,50,190); }
H1.HeaderClassName
{
color: #9F32BE;
}
.AnyTagClassName
{
color: #9F32BE;
}
</style>
background-color css
<style>
a { background-color: #9F32BE; }
a { background-color: rgb(159,50,190); }
div.DivClassName
{
background-color: #9F32BE;
}
.BgClassName
{
background-color: #9F32BE;
}
</style>
border-color css
<style>
span { border-color: #9F32BE; }
span { border-color: rgb(159,50,190); }
td.TdClassName
{
border-color: #9F32BE;
}
.TagClassName
{
border-color: #9F32BE;
}
</style>