Shades of Dark Orchid #8933CE
Tints of Dark Orchid #8933CE
RGB
CMYK
RGB Variations
Color information
#8933CE (or 0x8933CE) is known color: Dark Orchid. HEX triplet: 89, 33 and CE. RGB value is (137,51,206). Sum of RGB (Red+Green+Blue) = 137+51+206=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #8933CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933CE is #76CC31. Grayscale: #5D5D5D. Windows color (decimal): -7785522 or 13513609. OLE color: 13513609.
HSL color Cylindrical-coordinate representation of color #8933CE: hue angle of 273.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8933CE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 51 | 206 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.19 |
| HSL | 273.29º | 0.61% | 0.5% | - |
| HSV(B) | 273.29º | 0.75% | 0.81% | - |
| XYZ | 22.64 | 12.14 | 59.54 | - |
| YUV | 94.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 206 | 0.33 | 0.75 | 0 | 0.19 | 273.29 | 0.61 | 0.5 |
| Hex | 89 | 33 | CE | 21 | 4B | 0 | 13 | 111 | 3D | 32 |
| Octal | 211 | 63 | 316 | 41 | 113 | 0 | 23 | 421 | 75 | 62 |
| Binary | 10001001 | 110011 | 11001110 | 100001 | 1001011 | 0 | 10011 | 100010001 | 111101 | 110010 |
Color Harmonies of #8933CE
Complementary color
Monochromatic Colors of #8933CE
Black with #8933CE
Text Example
Text Example
White with #8933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8933CE; }
p { color: rgb(137,51,206); }
H1.HeaderClassName
{
color: #8933CE;
}
.AnyTagClassName
{
color: #8933CE;
}
</style>
background-color css
<style>
a { background-color: #8933CE; }
a { background-color: rgb(137,51,206); }
div.DivClassName
{
background-color: #8933CE;
}
.BgClassName
{
background-color: #8933CE;
}
</style>
border-color css
<style>
span { border-color: #8933CE; }
span { border-color: rgb(137,51,206); }
td.TdClassName
{
border-color: #8933CE;
}
.TagClassName
{
border-color: #8933CE;
}
</style>