Shades of Dark Orchid #9432B9
Tints of Dark Orchid #9432B9
RGB
CMYK
RGB Variations
Color information
#9432B9 (or 0x9432B9) is known color: Dark Orchid. HEX triplet: 94, 32 and B9. RGB value is (148,50,185). Sum of RGB (Red+Green+Blue) = 148+50+185=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #9432B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432B9 is #6BCD46. Grayscale: #5E5E5E. Windows color (decimal): -7064903 or 12137108. OLE color: 12137108.
HSL color Cylindrical-coordinate representation of color #9432B9: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9432B9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 50 | 185 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.27 |
| HSL | 283.56º | 0.57% | 0.46% | - |
| HSV(B) | 283.56º | 0.73% | 0.73% | - |
| XYZ | 22.11 | 12.08 | 47.07 | - |
| YUV | 94.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 185 | 0.20 | 0.73 | 0 | 0.27 | 283.56 | 0.57 | 0.46 |
| Hex | 94 | 32 | B9 | 14 | 49 | 0 | 1B | 11C | 39 | 2E |
| Octal | 224 | 62 | 271 | 24 | 111 | 0 | 33 | 434 | 71 | 56 |
| Binary | 10010100 | 110010 | 10111001 | 10100 | 1001001 | 0 | 11011 | 100011100 | 111001 | 101110 |
Color Harmonies of #9432B9
Complementary color
Monochromatic Colors of #9432B9
Black with #9432B9
Text Example
Text Example
White with #9432B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432B9; }
p { color: rgb(148,50,185); }
H1.HeaderClassName
{
color: #9432B9;
}
.AnyTagClassName
{
color: #9432B9;
}
</style>
background-color css
<style>
a { background-color: #9432B9; }
a { background-color: rgb(148,50,185); }
div.DivClassName
{
background-color: #9432B9;
}
.BgClassName
{
background-color: #9432B9;
}
</style>
border-color css
<style>
span { border-color: #9432B9; }
span { border-color: rgb(148,50,185); }
td.TdClassName
{
border-color: #9432B9;
}
.TagClassName
{
border-color: #9432B9;
}
</style>