Shades of Dark Orchid #9619AF
Tints of Dark Orchid #9619AF
RGB
CMYK
RGB Variations
Color information
#9619AF (or 0x9619AF) is known color: Dark Orchid. HEX triplet: 96, 19 and AF. RGB value is (150,25,175). Sum of RGB (Red+Green+Blue) = 150+25+175=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #9619AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9619AF is #69E650. Grayscale: #4F4F4F. Windows color (decimal): -6940241 or 11475350. OLE color: 11475350.
HSL color Cylindrical-coordinate representation of color #9619AF: hue angle of 290º 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 #9619AF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 25 | 175 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.31 |
| HSL | 290º | 0.75% | 0.39% | - |
| HSV(B) | 290º | 0.86% | 0.69% | - |
| XYZ | 20.66 | 10.27 | 41.45 | - |
| YUV | 79.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 175 | 0.14 | 0.86 | 0 | 0.31 | 290 | 0.75 | 0.39 |
| Hex | 96 | 19 | AF | E | 56 | 0 | 1F | 122 | 4B | 27 |
| Octal | 226 | 31 | 257 | 16 | 126 | 0 | 37 | 442 | 113 | 47 |
| Binary | 10010110 | 11001 | 10101111 | 1110 | 1010110 | 0 | 11111 | 100100010 | 1001011 | 100111 |
Color Harmonies of #9619AF
Complementary color
Monochromatic Colors of #9619AF
Black with #9619AF
Text Example
Text Example
White with #9619AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619AF; }
p { color: rgb(150,25,175); }
H1.HeaderClassName
{
color: #9619AF;
}
.AnyTagClassName
{
color: #9619AF;
}
</style>
background-color css
<style>
a { background-color: #9619AF; }
a { background-color: rgb(150,25,175); }
div.DivClassName
{
background-color: #9619AF;
}
.BgClassName
{
background-color: #9619AF;
}
</style>
border-color css
<style>
span { border-color: #9619AF; }
span { border-color: rgb(150,25,175); }
td.TdClassName
{
border-color: #9619AF;
}
.TagClassName
{
border-color: #9619AF;
}
</style>