Shades of Dark Orchid #9428AC
Tints of Dark Orchid #9428AC
RGB
CMYK
RGB Variations
Color information
#9428AC (or 0x9428AC) is known color: Dark Orchid. HEX triplet: 94, 28 and AC. RGB value is (148,40,172). Sum of RGB (Red+Green+Blue) = 148+40+172=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #9428AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9428AC is #6BD753. Grayscale: #565656. Windows color (decimal): -7067476 or 11282580. OLE color: 11282580.
HSL color Cylindrical-coordinate representation of color #9428AC: hue angle of 289.09º 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 #9428AC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 40 | 172 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.33 |
| HSL | 289.09º | 0.62% | 0.42% | - |
| HSV(B) | 289.09º | 0.77% | 0.67% | - |
| XYZ | 20.42 | 10.79 | 40.04 | - |
| YUV | 87.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 172 | 0.14 | 0.77 | 0 | 0.33 | 289.09 | 0.62 | 0.42 |
| Hex | 94 | 28 | AC | E | 4D | 0 | 21 | 121 | 3E | 2A |
| Octal | 224 | 50 | 254 | 16 | 115 | 0 | 41 | 441 | 76 | 52 |
| Binary | 10010100 | 101000 | 10101100 | 1110 | 1001101 | 0 | 100001 | 100100001 | 111110 | 101010 |
Color Harmonies of #9428AC
Complementary color
Monochromatic Colors of #9428AC
Black with #9428AC
Text Example
Text Example
White with #9428AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9428AC; }
p { color: rgb(148,40,172); }
H1.HeaderClassName
{
color: #9428AC;
}
.AnyTagClassName
{
color: #9428AC;
}
</style>
background-color css
<style>
a { background-color: #9428AC; }
a { background-color: rgb(148,40,172); }
div.DivClassName
{
background-color: #9428AC;
}
.BgClassName
{
background-color: #9428AC;
}
</style>
border-color css
<style>
span { border-color: #9428AC; }
span { border-color: rgb(148,40,172); }
td.TdClassName
{
border-color: #9428AC;
}
.TagClassName
{
border-color: #9428AC;
}
</style>