Shades of Dark Orchid #9428D5
Tints of Dark Orchid #9428D5
RGB
CMYK
RGB Variations
Color information
#9428D5 (or 0x9428D5) is known color: Dark Orchid. HEX triplet: 94, 28 and D5. RGB value is (148,40,213). Sum of RGB (Red+Green+Blue) = 148+40+213=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #9428D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9428D5 is #6BD72A. Grayscale: #5B5B5B. Windows color (decimal): -7067435 or 13969556. OLE color: 13969556.
HSL color Cylindrical-coordinate representation of color #9428D5: hue angle of 277.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9428D5 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 40 | 213 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.16 |
| HSL | 277.46º | 0.68% | 0.5% | - |
| HSV(B) | 277.46º | 0.81% | 0.84% | - |
| XYZ | 24.98 | 12.62 | 64.07 | - |
| YUV | 92.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 213 | 0.31 | 0.81 | 0 | 0.16 | 277.46 | 0.68 | 0.5 |
| Hex | 94 | 28 | D5 | 1F | 51 | 0 | 10 | 115 | 44 | 32 |
| Octal | 224 | 50 | 325 | 37 | 121 | 0 | 20 | 425 | 104 | 62 |
| Binary | 10010100 | 101000 | 11010101 | 11111 | 1010001 | 0 | 10000 | 100010101 | 1000100 | 110010 |
Color Harmonies of #9428D5
Complementary color
Monochromatic Colors of #9428D5
Black with #9428D5
Text Example
Text Example
White with #9428D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9428D5; }
p { color: rgb(148,40,213); }
H1.HeaderClassName
{
color: #9428D5;
}
.AnyTagClassName
{
color: #9428D5;
}
</style>
background-color css
<style>
a { background-color: #9428D5; }
a { background-color: rgb(148,40,213); }
div.DivClassName
{
background-color: #9428D5;
}
.BgClassName
{
background-color: #9428D5;
}
</style>
border-color css
<style>
span { border-color: #9428D5; }
span { border-color: rgb(148,40,213); }
td.TdClassName
{
border-color: #9428D5;
}
.TagClassName
{
border-color: #9428D5;
}
</style>