Shades of Dark Orchid #9919AF
Tints of Dark Orchid #9919AF
RGB
CMYK
RGB Variations
Color information
#9919AF (or 0x9919AF) is known color: Dark Orchid. HEX triplet: 99, 19 and AF. RGB value is (153,25,175). Sum of RGB (Red+Green+Blue) = 153+25+175=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #9919AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9919AF is #66E650. Grayscale: #4F4F4F. Windows color (decimal): -6743633 or 11475353. OLE color: 11475353.
HSL color Cylindrical-coordinate representation of color #9919AF: hue angle of 291.2º degrees, saturation: 0.75, 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 #9919AF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 25 | 175 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.31 |
| HSL | 291.2º | 0.75% | 0.39% | - |
| HSV(B) | 291.2º | 0.86% | 0.69% | - |
| XYZ | 21.22 | 10.56 | 41.48 | - |
| YUV | 80.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 175 | 0.13 | 0.86 | 0 | 0.31 | 291.2 | 0.75 | 0.39 |
| Hex | 99 | 19 | AF | D | 56 | 0 | 1F | 123 | 4B | 27 |
| Octal | 231 | 31 | 257 | 15 | 126 | 0 | 37 | 443 | 113 | 47 |
| Binary | 10011001 | 11001 | 10101111 | 1101 | 1010110 | 0 | 11111 | 100100011 | 1001011 | 100111 |
Color Harmonies of #9919AF
Complementary color
Monochromatic Colors of #9919AF
Black with #9919AF
Text Example
Text Example
White with #9919AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9919AF; }
p { color: rgb(153,25,175); }
H1.HeaderClassName
{
color: #9919AF;
}
.AnyTagClassName
{
color: #9919AF;
}
</style>
background-color css
<style>
a { background-color: #9919AF; }
a { background-color: rgb(153,25,175); }
div.DivClassName
{
background-color: #9919AF;
}
.BgClassName
{
background-color: #9919AF;
}
</style>
border-color css
<style>
span { border-color: #9919AF; }
span { border-color: rgb(153,25,175); }
td.TdClassName
{
border-color: #9919AF;
}
.TagClassName
{
border-color: #9919AF;
}
</style>