Shades of Dark Orchid #9F22BA
Tints of Dark Orchid #9F22BA
RGB
CMYK
RGB Variations
Color information
#9F22BA (or 0x9F22BA) is known color: Dark Orchid. HEX triplet: 9F, 22 and BA. RGB value is (159,34,186). Sum of RGB (Red+Green+Blue) = 159+34+186=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22BA is #60DD45. Grayscale: #585858. Windows color (decimal): -6348102 or 12198559. OLE color: 12198559.
HSL color Cylindrical-coordinate representation of color #9F22BA: hue angle of 289.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F22BA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 34 | 186 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.27 |
| HSL | 289.34º | 0.69% | 0.43% | - |
| HSV(B) | 289.34º | 0.82% | 0.73% | - |
| XYZ | 23.73 | 12.06 | 47.53 | - |
| YUV | 88.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 186 | 0.15 | 0.82 | 0 | 0.27 | 289.34 | 0.69 | 0.43 |
| Hex | 9F | 22 | BA | F | 52 | 0 | 1B | 121 | 45 | 2B |
| Octal | 237 | 42 | 272 | 17 | 122 | 0 | 33 | 441 | 105 | 53 |
| Binary | 10011111 | 100010 | 10111010 | 1111 | 1010010 | 0 | 11011 | 100100001 | 1000101 | 101011 |
Color Harmonies of #9F22BA
Complementary color
Monochromatic Colors of #9F22BA
Black with #9F22BA
Text Example
Text Example
White with #9F22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F22BA; }
p { color: rgb(159,34,186); }
H1.HeaderClassName
{
color: #9F22BA;
}
.AnyTagClassName
{
color: #9F22BA;
}
</style>
background-color css
<style>
a { background-color: #9F22BA; }
a { background-color: rgb(159,34,186); }
div.DivClassName
{
background-color: #9F22BA;
}
.BgClassName
{
background-color: #9F22BA;
}
</style>
border-color css
<style>
span { border-color: #9F22BA; }
span { border-color: rgb(159,34,186); }
td.TdClassName
{
border-color: #9F22BA;
}
.TagClassName
{
border-color: #9F22BA;
}
</style>