Shades of Dark Orchid #8935CE
Tints of Dark Orchid #8935CE
RGB
CMYK
RGB Variations
Color information
#8935CE (or 0x8935CE) is known color: Dark Orchid. HEX triplet: 89, 35 and CE. RGB value is (137,53,206). Sum of RGB (Red+Green+Blue) = 137+53+206=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #8935CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935CE is #76CA31. Grayscale: #5F5F5F. Windows color (decimal): -7785010 or 13514121. OLE color: 13514121.
HSL color Cylindrical-coordinate representation of color #8935CE: hue angle of 272.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8935CE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 53 | 206 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.19 |
| HSL | 272.94º | 0.61% | 0.51% | - |
| HSV(B) | 272.94º | 0.74% | 0.81% | - |
| XYZ | 22.73 | 12.32 | 59.57 | - |
| YUV | 95.56 | 190.33 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 206 | 0.33 | 0.74 | 0 | 0.19 | 272.94 | 0.61 | 0.51 |
| Hex | 89 | 35 | CE | 21 | 4A | 0 | 13 | 111 | 3D | 33 |
| Octal | 211 | 65 | 316 | 41 | 112 | 0 | 23 | 421 | 75 | 63 |
| Binary | 10001001 | 110101 | 11001110 | 100001 | 1001010 | 0 | 10011 | 100010001 | 111101 | 110011 |
Color Harmonies of #8935CE
Complementary color
Monochromatic Colors of #8935CE
Black with #8935CE
Text Example
Text Example
White with #8935CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935CE; }
p { color: rgb(137,53,206); }
H1.HeaderClassName
{
color: #8935CE;
}
.AnyTagClassName
{
color: #8935CE;
}
</style>
background-color css
<style>
a { background-color: #8935CE; }
a { background-color: rgb(137,53,206); }
div.DivClassName
{
background-color: #8935CE;
}
.BgClassName
{
background-color: #8935CE;
}
</style>
border-color css
<style>
span { border-color: #8935CE; }
span { border-color: rgb(137,53,206); }
td.TdClassName
{
border-color: #8935CE;
}
.TagClassName
{
border-color: #8935CE;
}
</style>