Shades of Dark Orchid #9F33BD
Tints of Dark Orchid #9F33BD
RGB
CMYK
RGB Variations
Color information
#9F33BD (or 0x9F33BD) is known color: Dark Orchid. HEX triplet: 9F, 33 and BD. RGB value is (159,51,189). Sum of RGB (Red+Green+Blue) = 159+51+189=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F33BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F33BD is #60CC42. Grayscale: #626262. Windows color (decimal): -6343747 or 12399519. OLE color: 12399519.
HSL color Cylindrical-coordinate representation of color #9F33BD: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F33BD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 51 | 189 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.26 |
| HSL | 286.96º | 0.58% | 0.47% | - |
| HSV(B) | 286.96º | 0.73% | 0.74% | - |
| XYZ | 24.67 | 13.41 | 49.43 | - |
| YUV | 99.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 189 | 0.16 | 0.73 | 0 | 0.26 | 286.96 | 0.58 | 0.47 |
| Hex | 9F | 33 | BD | 10 | 49 | 0 | 1A | 11F | 3A | 2F |
| Octal | 237 | 63 | 275 | 20 | 111 | 0 | 32 | 437 | 72 | 57 |
| Binary | 10011111 | 110011 | 10111101 | 10000 | 1001001 | 0 | 11010 | 100011111 | 111010 | 101111 |
Color Harmonies of #9F33BD
Complementary color
Monochromatic Colors of #9F33BD
Black with #9F33BD
Text Example
Text Example
White with #9F33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F33BD; }
p { color: rgb(159,51,189); }
H1.HeaderClassName
{
color: #9F33BD;
}
.AnyTagClassName
{
color: #9F33BD;
}
</style>
background-color css
<style>
a { background-color: #9F33BD; }
a { background-color: rgb(159,51,189); }
div.DivClassName
{
background-color: #9F33BD;
}
.BgClassName
{
background-color: #9F33BD;
}
</style>
border-color css
<style>
span { border-color: #9F33BD; }
span { border-color: rgb(159,51,189); }
td.TdClassName
{
border-color: #9F33BD;
}
.TagClassName
{
border-color: #9F33BD;
}
</style>