Shades of Dark Orchid #8934CA
Tints of Dark Orchid #8934CA
RGB
CMYK
RGB Variations
Color information
#8934CA (or 0x8934CA) is known color: Dark Orchid. HEX triplet: 89, 34 and CA. RGB value is (137,52,202). Sum of RGB (Red+Green+Blue) = 137+52+202=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #8934CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934CA is #76CB35. Grayscale: #5E5E5E. Windows color (decimal): -7785270 or 13251721. OLE color: 13251721.
HSL color Cylindrical-coordinate representation of color #8934CA: hue angle of 274º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8934CA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 52 | 202 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.21 |
| HSL | 274º | 0.59% | 0.5% | - |
| HSV(B) | 274º | 0.74% | 0.79% | - |
| XYZ | 22.21 | 12.04 | 57.03 | - |
| YUV | 94.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 202 | 0.32 | 0.74 | 0 | 0.21 | 274 | 0.59 | 0.5 |
| Hex | 89 | 34 | CA | 20 | 4A | 0 | 15 | 112 | 3B | 32 |
| Octal | 211 | 64 | 312 | 40 | 112 | 0 | 25 | 422 | 73 | 62 |
| Binary | 10001001 | 110100 | 11001010 | 100000 | 1001010 | 0 | 10101 | 100010010 | 111011 | 110010 |
Color Harmonies of #8934CA
Complementary color
Monochromatic Colors of #8934CA
Black with #8934CA
Text Example
Text Example
White with #8934CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934CA; }
p { color: rgb(137,52,202); }
H1.HeaderClassName
{
color: #8934CA;
}
.AnyTagClassName
{
color: #8934CA;
}
</style>
background-color css
<style>
a { background-color: #8934CA; }
a { background-color: rgb(137,52,202); }
div.DivClassName
{
background-color: #8934CA;
}
.BgClassName
{
background-color: #8934CA;
}
</style>
border-color css
<style>
span { border-color: #8934CA; }
span { border-color: rgb(137,52,202); }
td.TdClassName
{
border-color: #8934CA;
}
.TagClassName
{
border-color: #8934CA;
}
</style>