Shades of Dark Orchid #9624AC
Tints of Dark Orchid #9624AC
RGB
CMYK
RGB Variations
Color information
#9624AC (or 0x9624AC) is known color: Dark Orchid. HEX triplet: 96, 24 and AC. RGB value is (150,36,172). Sum of RGB (Red+Green+Blue) = 150+36+172=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #9624AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9624AC is #69DB53. Grayscale: #555555. Windows color (decimal): -6937428 or 11281558. OLE color: 11281558.
HSL color Cylindrical-coordinate representation of color #9624AC: hue angle of 290.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9624AC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 36 | 172 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.33 |
| HSL | 290.29º | 0.65% | 0.41% | - |
| HSV(B) | 290.29º | 0.79% | 0.67% | - |
| XYZ | 20.65 | 10.72 | 40.01 | - |
| YUV | 85.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 172 | 0.13 | 0.79 | 0 | 0.33 | 290.29 | 0.65 | 0.41 |
| Hex | 96 | 24 | AC | D | 4F | 0 | 21 | 122 | 41 | 29 |
| Octal | 226 | 44 | 254 | 15 | 117 | 0 | 41 | 442 | 101 | 51 |
| Binary | 10010110 | 100100 | 10101100 | 1101 | 1001111 | 0 | 100001 | 100100010 | 1000001 | 101001 |
Color Harmonies of #9624AC
Complementary color
Monochromatic Colors of #9624AC
Black with #9624AC
Text Example
Text Example
White with #9624AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9624AC; }
p { color: rgb(150,36,172); }
H1.HeaderClassName
{
color: #9624AC;
}
.AnyTagClassName
{
color: #9624AC;
}
</style>
background-color css
<style>
a { background-color: #9624AC; }
a { background-color: rgb(150,36,172); }
div.DivClassName
{
background-color: #9624AC;
}
.BgClassName
{
background-color: #9624AC;
}
</style>
border-color css
<style>
span { border-color: #9624AC; }
span { border-color: rgb(150,36,172); }
td.TdClassName
{
border-color: #9624AC;
}
.TagClassName
{
border-color: #9624AC;
}
</style>