Shades of Dark Orchid #8932C5
Tints of Dark Orchid #8932C5
RGB
CMYK
RGB Variations
Color information
#8932C5 (or 0x8932C5) is known color: Dark Orchid. HEX triplet: 89, 32 and C5. RGB value is (137,50,197). Sum of RGB (Red+Green+Blue) = 137+50+197=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #8932C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8932C5 is #76CD3A. Grayscale: #5C5C5C. Windows color (decimal): -7785787 or 12923529. OLE color: 12923529.
HSL color Cylindrical-coordinate representation of color #8932C5: hue angle of 275.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8932C5 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 50 | 197 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.23 |
| HSL | 275.51º | 0.6% | 0.48% | - |
| HSV(B) | 275.51º | 0.75% | 0.77% | - |
| XYZ | 21.54 | 11.63 | 53.93 | - |
| YUV | 92.77 | 186.82 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 197 | 0.30 | 0.75 | 0 | 0.23 | 275.51 | 0.6 | 0.48 |
| Hex | 89 | 32 | C5 | 1E | 4B | 0 | 17 | 114 | 3C | 30 |
| Octal | 211 | 62 | 305 | 36 | 113 | 0 | 27 | 424 | 74 | 60 |
| Binary | 10001001 | 110010 | 11000101 | 11110 | 1001011 | 0 | 10111 | 100010100 | 111100 | 110000 |
Color Harmonies of #8932C5
Complementary color
Monochromatic Colors of #8932C5
Black with #8932C5
Text Example
Text Example
White with #8932C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8932C5; }
p { color: rgb(137,50,197); }
H1.HeaderClassName
{
color: #8932C5;
}
.AnyTagClassName
{
color: #8932C5;
}
</style>
background-color css
<style>
a { background-color: #8932C5; }
a { background-color: rgb(137,50,197); }
div.DivClassName
{
background-color: #8932C5;
}
.BgClassName
{
background-color: #8932C5;
}
</style>
border-color css
<style>
span { border-color: #8932C5; }
span { border-color: rgb(137,50,197); }
td.TdClassName
{
border-color: #8932C5;
}
.TagClassName
{
border-color: #8932C5;
}
</style>