Shades of Dark Orchid #9432BC
Tints of Dark Orchid #9432BC
RGB
CMYK
RGB Variations
Color information
#9432BC (or 0x9432BC) is known color: Dark Orchid. HEX triplet: 94, 32 and BC. RGB value is (148,50,188). Sum of RGB (Red+Green+Blue) = 148+50+188=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #9432BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432BC is #6BCD43. Grayscale: #5E5E5E. Windows color (decimal): -7064900 or 12333716. OLE color: 12333716.
HSL color Cylindrical-coordinate representation of color #9432BC: hue angle of 282.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9432BC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 50 | 188 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.26 |
| HSL | 282.61º | 0.58% | 0.47% | - |
| HSV(B) | 282.61º | 0.73% | 0.74% | - |
| XYZ | 22.43 | 12.21 | 48.75 | - |
| YUV | 95.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 188 | 0.21 | 0.73 | 0 | 0.26 | 282.61 | 0.58 | 0.47 |
| Hex | 94 | 32 | BC | 15 | 49 | 0 | 1A | 11B | 3A | 2F |
| Octal | 224 | 62 | 274 | 25 | 111 | 0 | 32 | 433 | 72 | 57 |
| Binary | 10010100 | 110010 | 10111100 | 10101 | 1001001 | 0 | 11010 | 100011011 | 111010 | 101111 |
Color Harmonies of #9432BC
Complementary color
Monochromatic Colors of #9432BC
Black with #9432BC
Text Example
Text Example
White with #9432BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432BC; }
p { color: rgb(148,50,188); }
H1.HeaderClassName
{
color: #9432BC;
}
.AnyTagClassName
{
color: #9432BC;
}
</style>
background-color css
<style>
a { background-color: #9432BC; }
a { background-color: rgb(148,50,188); }
div.DivClassName
{
background-color: #9432BC;
}
.BgClassName
{
background-color: #9432BC;
}
</style>
border-color css
<style>
span { border-color: #9432BC; }
span { border-color: rgb(148,50,188); }
td.TdClassName
{
border-color: #9432BC;
}
.TagClassName
{
border-color: #9432BC;
}
</style>