Shades of Dark Orchid #9518AC
Tints of Dark Orchid #9518AC
RGB
CMYK
RGB Variations
Color information
#9518AC (or 0x9518AC) is known color: Dark Orchid. HEX triplet: 95, 18 and AC. RGB value is (149,24,172). Sum of RGB (Red+Green+Blue) = 149+24+172=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #9518AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9518AC is #6AE753. Grayscale: #4D4D4D. Windows color (decimal): -7006036 or 11278485. OLE color: 11278485.
HSL color Cylindrical-coordinate representation of color #9518AC: hue angle of 290.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9518AC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 24 | 172 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.33 |
| HSL | 290.68º | 0.76% | 0.38% | - |
| HSV(B) | 290.68º | 0.86% | 0.67% | - |
| XYZ | 20.17 | 10.02 | 39.9 | - |
| YUV | 78.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 172 | 0.13 | 0.86 | 0 | 0.33 | 290.68 | 0.76 | 0.38 |
| Hex | 95 | 18 | AC | D | 56 | 0 | 21 | 123 | 4C | 26 |
| Octal | 225 | 30 | 254 | 15 | 126 | 0 | 41 | 443 | 114 | 46 |
| Binary | 10010101 | 11000 | 10101100 | 1101 | 1010110 | 0 | 100001 | 100100011 | 1001100 | 100110 |
Color Harmonies of #9518AC
Complementary color
Monochromatic Colors of #9518AC
Black with #9518AC
Text Example
Text Example
White with #9518AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518AC; }
p { color: rgb(149,24,172); }
H1.HeaderClassName
{
color: #9518AC;
}
.AnyTagClassName
{
color: #9518AC;
}
</style>
background-color css
<style>
a { background-color: #9518AC; }
a { background-color: rgb(149,24,172); }
div.DivClassName
{
background-color: #9518AC;
}
.BgClassName
{
background-color: #9518AC;
}
</style>
border-color css
<style>
span { border-color: #9518AC; }
span { border-color: rgb(149,24,172); }
td.TdClassName
{
border-color: #9518AC;
}
.TagClassName
{
border-color: #9518AC;
}
</style>