Shades of Dark Orchid #9432B8
Tints of Dark Orchid #9432B8
RGB
CMYK
RGB Variations
Color information
#9432B8 (or 0x9432B8) is known color: Dark Orchid. HEX triplet: 94, 32 and B8. RGB value is (148,50,184). Sum of RGB (Red+Green+Blue) = 148+50+184=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #9432B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432B8 is #6BCD47. Grayscale: #5E5E5E. Windows color (decimal): -7064904 or 12071572. OLE color: 12071572.
HSL color Cylindrical-coordinate representation of color #9432B8: hue angle of 283.88º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9432B8 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 50 | 184 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.28 |
| HSL | 283.88º | 0.57% | 0.46% | - |
| HSV(B) | 283.88º | 0.73% | 0.72% | - |
| XYZ | 22.01 | 12.04 | 46.51 | - |
| YUV | 94.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 184 | 0.20 | 0.73 | 0 | 0.28 | 283.88 | 0.57 | 0.46 |
| Hex | 94 | 32 | B8 | 14 | 49 | 0 | 1C | 11C | 39 | 2E |
| Octal | 224 | 62 | 270 | 24 | 111 | 0 | 34 | 434 | 71 | 56 |
| Binary | 10010100 | 110010 | 10111000 | 10100 | 1001001 | 0 | 11100 | 100011100 | 111001 | 101110 |
Color Harmonies of #9432B8
Complementary color
Monochromatic Colors of #9432B8
Black with #9432B8
Text Example
Text Example
White with #9432B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432B8; }
p { color: rgb(148,50,184); }
H1.HeaderClassName
{
color: #9432B8;
}
.AnyTagClassName
{
color: #9432B8;
}
</style>
background-color css
<style>
a { background-color: #9432B8; }
a { background-color: rgb(148,50,184); }
div.DivClassName
{
background-color: #9432B8;
}
.BgClassName
{
background-color: #9432B8;
}
</style>
border-color css
<style>
span { border-color: #9432B8; }
span { border-color: rgb(148,50,184); }
td.TdClassName
{
border-color: #9432B8;
}
.TagClassName
{
border-color: #9432B8;
}
</style>