Shades of Dark Orchid #9628AC
Tints of Dark Orchid #9628AC
RGB
CMYK
RGB Variations
Color information
#9628AC (or 0x9628AC) is known color: Dark Orchid. HEX triplet: 96, 28 and AC. RGB value is (150,40,172). Sum of RGB (Red+Green+Blue) = 150+40+172=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #9628AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9628AC is #69D753. Grayscale: #575757. Windows color (decimal): -6936404 or 11282582. OLE color: 11282582.
HSL color Cylindrical-coordinate representation of color #9628AC: hue angle of 290º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9628AC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 40 | 172 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.33 |
| HSL | 290º | 0.62% | 0.42% | - |
| HSV(B) | 290º | 0.77% | 0.67% | - |
| XYZ | 20.78 | 10.98 | 40.05 | - |
| YUV | 87.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 172 | 0.13 | 0.77 | 0 | 0.33 | 290 | 0.62 | 0.42 |
| Hex | 96 | 28 | AC | D | 4D | 0 | 21 | 122 | 3E | 2A |
| Octal | 226 | 50 | 254 | 15 | 115 | 0 | 41 | 442 | 76 | 52 |
| Binary | 10010110 | 101000 | 10101100 | 1101 | 1001101 | 0 | 100001 | 100100010 | 111110 | 101010 |
Color Harmonies of #9628AC
Complementary color
Monochromatic Colors of #9628AC
Black with #9628AC
Text Example
Text Example
White with #9628AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628AC; }
p { color: rgb(150,40,172); }
H1.HeaderClassName
{
color: #9628AC;
}
.AnyTagClassName
{
color: #9628AC;
}
</style>
background-color css
<style>
a { background-color: #9628AC; }
a { background-color: rgb(150,40,172); }
div.DivClassName
{
background-color: #9628AC;
}
.BgClassName
{
background-color: #9628AC;
}
</style>
border-color css
<style>
span { border-color: #9628AC; }
span { border-color: rgb(150,40,172); }
td.TdClassName
{
border-color: #9628AC;
}
.TagClassName
{
border-color: #9628AC;
}
</style>