Shades of Dark Orchid #9432CE
Tints of Dark Orchid #9432CE
RGB
CMYK
RGB Variations
Color information
#9432CE (or 0x9432CE) is known color: Dark Orchid. HEX triplet: 94, 32 and CE. RGB value is (148,50,206). Sum of RGB (Red+Green+Blue) = 148+50+206=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #9432CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432CE is #6BCD31. Grayscale: #606060. Windows color (decimal): -7064882 or 13513364. OLE color: 13513364.
HSL color Cylindrical-coordinate representation of color #9432CE: hue angle of 277.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9432CE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 50 | 206 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.19 |
| HSL | 277.69º | 0.61% | 0.5% | - |
| HSV(B) | 277.69º | 0.76% | 0.81% | - |
| XYZ | 24.49 | 13.03 | 59.62 | - |
| YUV | 97.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 206 | 0.28 | 0.76 | 0 | 0.19 | 277.69 | 0.61 | 0.5 |
| Hex | 94 | 32 | CE | 1C | 4C | 0 | 13 | 116 | 3D | 32 |
| Octal | 224 | 62 | 316 | 34 | 114 | 0 | 23 | 426 | 75 | 62 |
| Binary | 10010100 | 110010 | 11001110 | 11100 | 1001100 | 0 | 10011 | 100010110 | 111101 | 110010 |
Color Harmonies of #9432CE
Complementary color
Monochromatic Colors of #9432CE
Black with #9432CE
Text Example
Text Example
White with #9432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9432CE; }
p { color: rgb(148,50,206); }
H1.HeaderClassName
{
color: #9432CE;
}
.AnyTagClassName
{
color: #9432CE;
}
</style>
background-color css
<style>
a { background-color: #9432CE; }
a { background-color: rgb(148,50,206); }
div.DivClassName
{
background-color: #9432CE;
}
.BgClassName
{
background-color: #9432CE;
}
</style>
border-color css
<style>
span { border-color: #9432CE; }
span { border-color: rgb(148,50,206); }
td.TdClassName
{
border-color: #9432CE;
}
.TagClassName
{
border-color: #9432CE;
}
</style>