Shades of Dark Orchid #9619AC
Tints of Dark Orchid #9619AC
RGB
CMYK
RGB Variations
Color information
#9619AC (or 0x9619AC) is known color: Dark Orchid. HEX triplet: 96, 19 and AC. RGB value is (150,25,172). Sum of RGB (Red+Green+Blue) = 150+25+172=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #9619AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9619AC is #69E653. Grayscale: #4E4E4E. Windows color (decimal): -6940244 or 11278742. OLE color: 11278742.
HSL color Cylindrical-coordinate representation of color #9619AC: hue angle of 291.02º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9619AC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 25 | 172 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.33 |
| HSL | 291.02º | 0.75% | 0.39% | - |
| HSV(B) | 291.02º | 0.85% | 0.67% | - |
| XYZ | 20.37 | 10.16 | 39.92 | - |
| YUV | 79.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 172 | 0.13 | 0.85 | 0 | 0.33 | 291.02 | 0.75 | 0.39 |
| Hex | 96 | 19 | AC | D | 55 | 0 | 21 | 123 | 4B | 27 |
| Octal | 226 | 31 | 254 | 15 | 125 | 0 | 41 | 443 | 113 | 47 |
| Binary | 10010110 | 11001 | 10101100 | 1101 | 1010101 | 0 | 100001 | 100100011 | 1001011 | 100111 |
Color Harmonies of #9619AC
Complementary color
Monochromatic Colors of #9619AC
Black with #9619AC
Text Example
Text Example
White with #9619AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619AC; }
p { color: rgb(150,25,172); }
H1.HeaderClassName
{
color: #9619AC;
}
.AnyTagClassName
{
color: #9619AC;
}
</style>
background-color css
<style>
a { background-color: #9619AC; }
a { background-color: rgb(150,25,172); }
div.DivClassName
{
background-color: #9619AC;
}
.BgClassName
{
background-color: #9619AC;
}
</style>
border-color css
<style>
span { border-color: #9619AC; }
span { border-color: rgb(150,25,172); }
td.TdClassName
{
border-color: #9619AC;
}
.TagClassName
{
border-color: #9619AC;
}
</style>