Shades of Dark Orchid #9429D6
Tints of Dark Orchid #9429D6
RGB
CMYK
RGB Variations
Color information
#9429D6 (or 0x9429D6) is known color: Dark Orchid. HEX triplet: 94, 29 and D6. RGB value is (148,41,214). Sum of RGB (Red+Green+Blue) = 148+41+214=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #9429D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429D6 is #6BD629. Grayscale: #5C5C5C. Windows color (decimal): -7067178 or 14035348. OLE color: 14035348.
HSL color Cylindrical-coordinate representation of color #9429D6: hue angle of 277.11º 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 #9429D6 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 41 | 214 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.16 |
| HSL | 277.11º | 0.68% | 0.5% | - |
| HSV(B) | 277.11º | 0.81% | 0.84% | - |
| XYZ | 25.14 | 12.74 | 64.75 | - |
| YUV | 92.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 214 | 0.31 | 0.81 | 0 | 0.16 | 277.11 | 0.68 | 0.5 |
| Hex | 94 | 29 | D6 | 1F | 51 | 0 | 10 | 115 | 44 | 32 |
| Octal | 224 | 51 | 326 | 37 | 121 | 0 | 20 | 425 | 104 | 62 |
| Binary | 10010100 | 101001 | 11010110 | 11111 | 1010001 | 0 | 10000 | 100010101 | 1000100 | 110010 |
Color Harmonies of #9429D6
Complementary color
Monochromatic Colors of #9429D6
Black with #9429D6
Text Example
Text Example
White with #9429D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429D6; }
p { color: rgb(148,41,214); }
H1.HeaderClassName
{
color: #9429D6;
}
.AnyTagClassName
{
color: #9429D6;
}
</style>
background-color css
<style>
a { background-color: #9429D6; }
a { background-color: rgb(148,41,214); }
div.DivClassName
{
background-color: #9429D6;
}
.BgClassName
{
background-color: #9429D6;
}
</style>
border-color css
<style>
span { border-color: #9429D6; }
span { border-color: rgb(148,41,214); }
td.TdClassName
{
border-color: #9429D6;
}
.TagClassName
{
border-color: #9429D6;
}
</style>