Shades of Dark Orchid #9F18AF
Tints of Dark Orchid #9F18AF
RGB
CMYK
RGB Variations
Color information
#9F18AF (or 0x9F18AF) is known color: Dark Orchid. HEX triplet: 9F, 18 and AF. RGB value is (159,24,175). Sum of RGB (Red+Green+Blue) = 159+24+175=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F18AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F18AF is #60E750. Grayscale: #515151. Windows color (decimal): -6350673 or 11475103. OLE color: 11475103.
HSL color Cylindrical-coordinate representation of color #9F18AF: hue angle of 293.64º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F18AF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 24 | 175 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.31 |
| HSL | 293.64º | 0.76% | 0.39% | - |
| HSV(B) | 293.64º | 0.86% | 0.69% | - |
| XYZ | 22.36 | 11.12 | 41.53 | - |
| YUV | 81.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 175 | 0.09 | 0.86 | 0 | 0.31 | 293.64 | 0.76 | 0.39 |
| Hex | 9F | 18 | AF | 9 | 56 | 0 | 1F | 126 | 4C | 27 |
| Octal | 237 | 30 | 257 | 11 | 126 | 0 | 37 | 446 | 114 | 47 |
| Binary | 10011111 | 11000 | 10101111 | 1001 | 1010110 | 0 | 11111 | 100100110 | 1001100 | 100111 |
Color Harmonies of #9F18AF
Complementary color
Monochromatic Colors of #9F18AF
Black with #9F18AF
Text Example
Text Example
White with #9F18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F18AF; }
p { color: rgb(159,24,175); }
H1.HeaderClassName
{
color: #9F18AF;
}
.AnyTagClassName
{
color: #9F18AF;
}
</style>
background-color css
<style>
a { background-color: #9F18AF; }
a { background-color: rgb(159,24,175); }
div.DivClassName
{
background-color: #9F18AF;
}
.BgClassName
{
background-color: #9F18AF;
}
</style>
border-color css
<style>
span { border-color: #9F18AF; }
span { border-color: rgb(159,24,175); }
td.TdClassName
{
border-color: #9F18AF;
}
.TagClassName
{
border-color: #9F18AF;
}
</style>