Shades of Dark Orchid #9432AC
Tints of Dark Orchid #9432AC
RGB
CMYK
RGB Variations
Color information
#9432AC (or 0x9432AC) is known color: Dark Orchid. HEX triplet: 94, 32 and AC. RGB value is (148,50,172). Sum of RGB (Red+Green+Blue) = 148+50+172=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #9432AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9432AC is #6BCD53. Grayscale: #5C5C5C. Windows color (decimal): -7064916 or 11285140. OLE color: 11285140.
HSL color Cylindrical-coordinate representation of color #9432AC: hue angle of 288.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9432AC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 50 | 172 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.33 |
| HSL | 288.2º | 0.55% | 0.44% | - |
| HSV(B) | 288.2º | 0.71% | 0.67% | - |
| XYZ | 20.8 | 11.56 | 40.16 | - |
| YUV | 93.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 172 | 0.14 | 0.71 | 0 | 0.33 | 288.2 | 0.55 | 0.44 |
| Hex | 94 | 32 | AC | E | 47 | 0 | 21 | 120 | 37 | 2C |
| Octal | 224 | 62 | 254 | 16 | 107 | 0 | 41 | 440 | 67 | 54 |
| Binary | 10010100 | 110010 | 10101100 | 1110 | 1000111 | 0 | 100001 | 100100000 | 110111 | 101100 |
Color Harmonies of #9432AC
Complementary color
Monochromatic Colors of #9432AC
Black with #9432AC
Text Example
Text Example
White with #9432AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432AC; }
p { color: rgb(148,50,172); }
H1.HeaderClassName
{
color: #9432AC;
}
.AnyTagClassName
{
color: #9432AC;
}
</style>
background-color css
<style>
a { background-color: #9432AC; }
a { background-color: rgb(148,50,172); }
div.DivClassName
{
background-color: #9432AC;
}
.BgClassName
{
background-color: #9432AC;
}
</style>
border-color css
<style>
span { border-color: #9432AC; }
span { border-color: rgb(148,50,172); }
td.TdClassName
{
border-color: #9432AC;
}
.TagClassName
{
border-color: #9432AC;
}
</style>