Shades of Dark Orchid #9F22BD
Tints of Dark Orchid #9F22BD
RGB
CMYK
RGB Variations
Color information
#9F22BD (or 0x9F22BD) is known color: Dark Orchid. HEX triplet: 9F, 22 and BD. RGB value is (159,34,189). Sum of RGB (Red+Green+Blue) = 159+34+189=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F22BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22BD is #60DD42. Grayscale: #585858. Windows color (decimal): -6348099 or 12395167. OLE color: 12395167.
HSL color Cylindrical-coordinate representation of color #9F22BD: hue angle of 288.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F22BD is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 34 | 189 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.26 |
| HSL | 288.39º | 0.7% | 0.44% | - |
| HSV(B) | 288.39º | 0.82% | 0.74% | - |
| XYZ | 24.06 | 12.19 | 49.23 | - |
| YUV | 89.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 189 | 0.16 | 0.82 | 0 | 0.26 | 288.39 | 0.7 | 0.44 |
| Hex | 9F | 22 | BD | 10 | 52 | 0 | 1A | 120 | 46 | 2C |
| Octal | 237 | 42 | 275 | 20 | 122 | 0 | 32 | 440 | 106 | 54 |
| Binary | 10011111 | 100010 | 10111101 | 10000 | 1010010 | 0 | 11010 | 100100000 | 1000110 | 101100 |
Color Harmonies of #9F22BD
Complementary color
Monochromatic Colors of #9F22BD
Black with #9F22BD
Text Example
Text Example
White with #9F22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F22BD; }
p { color: rgb(159,34,189); }
H1.HeaderClassName
{
color: #9F22BD;
}
.AnyTagClassName
{
color: #9F22BD;
}
</style>
background-color css
<style>
a { background-color: #9F22BD; }
a { background-color: rgb(159,34,189); }
div.DivClassName
{
background-color: #9F22BD;
}
.BgClassName
{
background-color: #9F22BD;
}
</style>
border-color css
<style>
span { border-color: #9F22BD; }
span { border-color: rgb(159,34,189); }
td.TdClassName
{
border-color: #9F22BD;
}
.TagClassName
{
border-color: #9F22BD;
}
</style>