Shades of Dark Orchid #8933CA
Tints of Dark Orchid #8933CA
RGB
CMYK
RGB Variations
Color information
#8933CA (or 0x8933CA) is known color: Dark Orchid. HEX triplet: 89, 33 and CA. RGB value is (137,51,202). Sum of RGB (Red+Green+Blue) = 137+51+202=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #8933CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933CA is #76CC35. Grayscale: #5D5D5D. Windows color (decimal): -7785526 or 13251465. OLE color: 13251465.
HSL color Cylindrical-coordinate representation of color #8933CA: hue angle of 274.17º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8933CA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 51 | 202 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.21 |
| HSL | 274.17º | 0.6% | 0.5% | - |
| HSV(B) | 274.17º | 0.75% | 0.79% | - |
| XYZ | 22.16 | 11.95 | 57.02 | - |
| YUV | 93.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 202 | 0.32 | 0.75 | 0 | 0.21 | 274.17 | 0.6 | 0.5 |
| Hex | 89 | 33 | CA | 20 | 4B | 0 | 15 | 112 | 3C | 32 |
| Octal | 211 | 63 | 312 | 40 | 113 | 0 | 25 | 422 | 74 | 62 |
| Binary | 10001001 | 110011 | 11001010 | 100000 | 1001011 | 0 | 10101 | 100010010 | 111100 | 110010 |
Color Harmonies of #8933CA
Complementary color
Monochromatic Colors of #8933CA
Black with #8933CA
Text Example
Text Example
White with #8933CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8933CA; }
p { color: rgb(137,51,202); }
H1.HeaderClassName
{
color: #8933CA;
}
.AnyTagClassName
{
color: #8933CA;
}
</style>
background-color css
<style>
a { background-color: #8933CA; }
a { background-color: rgb(137,51,202); }
div.DivClassName
{
background-color: #8933CA;
}
.BgClassName
{
background-color: #8933CA;
}
</style>
border-color css
<style>
span { border-color: #8933CA; }
span { border-color: rgb(137,51,202); }
td.TdClassName
{
border-color: #8933CA;
}
.TagClassName
{
border-color: #8933CA;
}
</style>