Shades of Dark Orchid #8932CA
Tints of Dark Orchid #8932CA
RGB
CMYK
RGB Variations
Color information
#8932CA (or 0x8932CA) is known color: Dark Orchid. HEX triplet: 89, 32 and CA. RGB value is (137,50,202). Sum of RGB (Red+Green+Blue) = 137+50+202=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #8932CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8932CA is #76CD35. Grayscale: #5C5C5C. Windows color (decimal): -7785782 or 13251209. OLE color: 13251209.
HSL color Cylindrical-coordinate representation of color #8932CA: hue angle of 274.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8932CA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 50 | 202 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.21 |
| HSL | 274.34º | 0.6% | 0.49% | - |
| HSV(B) | 274.34º | 0.75% | 0.79% | - |
| XYZ | 22.12 | 11.86 | 57 | - |
| YUV | 93.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 202 | 0.32 | 0.75 | 0 | 0.21 | 274.34 | 0.6 | 0.49 |
| Hex | 89 | 32 | CA | 20 | 4B | 0 | 15 | 112 | 3C | 31 |
| Octal | 211 | 62 | 312 | 40 | 113 | 0 | 25 | 422 | 74 | 61 |
| Binary | 10001001 | 110010 | 11001010 | 100000 | 1001011 | 0 | 10101 | 100010010 | 111100 | 110001 |
Color Harmonies of #8932CA
Complementary color
Monochromatic Colors of #8932CA
Black with #8932CA
Text Example
Text Example
White with #8932CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8932CA; }
p { color: rgb(137,50,202); }
H1.HeaderClassName
{
color: #8932CA;
}
.AnyTagClassName
{
color: #8932CA;
}
</style>
background-color css
<style>
a { background-color: #8932CA; }
a { background-color: rgb(137,50,202); }
div.DivClassName
{
background-color: #8932CA;
}
.BgClassName
{
background-color: #8932CA;
}
</style>
border-color css
<style>
span { border-color: #8932CA; }
span { border-color: rgb(137,50,202); }
td.TdClassName
{
border-color: #8932CA;
}
.TagClassName
{
border-color: #8932CA;
}
</style>