Shades of Dark Orchid #9429B2
Tints of Dark Orchid #9429B2
RGB
CMYK
RGB Variations
Color information
#9429B2 (or 0x9429B2) is known color: Dark Orchid. HEX triplet: 94, 29 and B2. RGB value is (148,41,178). Sum of RGB (Red+Green+Blue) = 148+41+178=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #9429B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429B2 is #6BD64D. Grayscale: #585858. Windows color (decimal): -7067214 or 11676052. OLE color: 11676052.
HSL color Cylindrical-coordinate representation of color #9429B2: hue angle of 286.86º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9429B2 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 41 | 178 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.30 |
| HSL | 286.86º | 0.63% | 0.43% | - |
| HSV(B) | 286.86º | 0.77% | 0.7% | - |
| XYZ | 21.04 | 11.1 | 43.15 | - |
| YUV | 88.61 | 178.45 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 178 | 0.17 | 0.77 | 0 | 0.30 | 286.86 | 0.63 | 0.43 |
| Hex | 94 | 29 | B2 | 11 | 4D | 0 | 1E | 11F | 3F | 2B |
| Octal | 224 | 51 | 262 | 21 | 115 | 0 | 36 | 437 | 77 | 53 |
| Binary | 10010100 | 101001 | 10110010 | 10001 | 1001101 | 0 | 11110 | 100011111 | 111111 | 101011 |
Color Harmonies of #9429B2
Complementary color
Monochromatic Colors of #9429B2
Black with #9429B2
Text Example
Text Example
White with #9429B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429B2; }
p { color: rgb(148,41,178); }
H1.HeaderClassName
{
color: #9429B2;
}
.AnyTagClassName
{
color: #9429B2;
}
</style>
background-color css
<style>
a { background-color: #9429B2; }
a { background-color: rgb(148,41,178); }
div.DivClassName
{
background-color: #9429B2;
}
.BgClassName
{
background-color: #9429B2;
}
</style>
border-color css
<style>
span { border-color: #9429B2; }
span { border-color: rgb(148,41,178); }
td.TdClassName
{
border-color: #9429B2;
}
.TagClassName
{
border-color: #9429B2;
}
</style>