Shades of Dark Orchid #9F34AF
Tints of Dark Orchid #9F34AF
RGB
CMYK
RGB Variations
Color information
#9F34AF (or 0x9F34AF) is known color: Dark Orchid. HEX triplet: 9F, 34 and AF. RGB value is (159,52,175). Sum of RGB (Red+Green+Blue) = 159+52+175=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F34AF is #60CB50. Grayscale: #616161. Windows color (decimal): -6343505 or 11482271. OLE color: 11482271.
HSL color Cylindrical-coordinate representation of color #9F34AF: hue angle of 292.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F34AF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 52 | 175 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.31 |
| HSL | 292.2º | 0.54% | 0.45% | - |
| HSV(B) | 292.2º | 0.7% | 0.69% | - |
| XYZ | 23.26 | 12.92 | 41.83 | - |
| YUV | 98.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 175 | 0.09 | 0.70 | 0 | 0.31 | 292.2 | 0.54 | 0.45 |
| Hex | 9F | 34 | AF | 9 | 46 | 0 | 1F | 124 | 36 | 2D |
| Octal | 237 | 64 | 257 | 11 | 106 | 0 | 37 | 444 | 66 | 55 |
| Binary | 10011111 | 110100 | 10101111 | 1001 | 1000110 | 0 | 11111 | 100100100 | 110110 | 101101 |
Color Harmonies of #9F34AF
Complementary color
Monochromatic Colors of #9F34AF
Black with #9F34AF
Text Example
Text Example
White with #9F34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F34AF; }
p { color: rgb(159,52,175); }
H1.HeaderClassName
{
color: #9F34AF;
}
.AnyTagClassName
{
color: #9F34AF;
}
</style>
background-color css
<style>
a { background-color: #9F34AF; }
a { background-color: rgb(159,52,175); }
div.DivClassName
{
background-color: #9F34AF;
}
.BgClassName
{
background-color: #9F34AF;
}
</style>
border-color css
<style>
span { border-color: #9F34AF; }
span { border-color: rgb(159,52,175); }
td.TdClassName
{
border-color: #9F34AF;
}
.TagClassName
{
border-color: #9F34AF;
}
</style>