Shades of Dark Orchid #8934CC
Tints of Dark Orchid #8934CC
RGB
CMYK
RGB Variations
Color information
#8934CC (or 0x8934CC) is known color: Dark Orchid. HEX triplet: 89, 34 and CC. RGB value is (137,52,204). Sum of RGB (Red+Green+Blue) = 137+52+204=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #8934CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934CC is #76CB33. Grayscale: #5E5E5E. Windows color (decimal): -7785268 or 13382793. OLE color: 13382793.
HSL color Cylindrical-coordinate representation of color #8934CC: hue angle of 273.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8934CC is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 52 | 204 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.2 |
| HSL | 273.55º | 0.6% | 0.5% | - |
| HSV(B) | 273.55º | 0.75% | 0.8% | - |
| XYZ | 22.44 | 12.13 | 58.29 | - |
| YUV | 94.74 | 189.66 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 204 | 0.33 | 0.75 | 0 | 0.2 | 273.55 | 0.6 | 0.5 |
| Hex | 89 | 34 | CC | 21 | 4B | 0 | 14 | 112 | 3C | 32 |
| Octal | 211 | 64 | 314 | 41 | 113 | 0 | 24 | 422 | 74 | 62 |
| Binary | 10001001 | 110100 | 11001100 | 100001 | 1001011 | 0 | 10100 | 100010010 | 111100 | 110010 |
Color Harmonies of #8934CC
Complementary color
Monochromatic Colors of #8934CC
Black with #8934CC
Text Example
Text Example
White with #8934CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934CC; }
p { color: rgb(137,52,204); }
H1.HeaderClassName
{
color: #8934CC;
}
.AnyTagClassName
{
color: #8934CC;
}
</style>
background-color css
<style>
a { background-color: #8934CC; }
a { background-color: rgb(137,52,204); }
div.DivClassName
{
background-color: #8934CC;
}
.BgClassName
{
background-color: #8934CC;
}
</style>
border-color css
<style>
span { border-color: #8934CC; }
span { border-color: rgb(137,52,204); }
td.TdClassName
{
border-color: #8934CC;
}
.TagClassName
{
border-color: #8934CC;
}
</style>