Shades of Dark Orchid #8935BD
Tints of Dark Orchid #8935BD
RGB
CMYK
RGB Variations
Color information
#8935BD (or 0x8935BD) is known color: Dark Orchid. HEX triplet: 89, 35 and BD. RGB value is (137,53,189). Sum of RGB (Red+Green+Blue) = 137+53+189=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #8935BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935BD is #76CA42. Grayscale: #5D5D5D. Windows color (decimal): -7785027 or 12400009. OLE color: 12400009.
HSL color Cylindrical-coordinate representation of color #8935BD: hue angle of 277.06º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8935BD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 53 | 189 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.26 |
| HSL | 277.06º | 0.56% | 0.47% | - |
| HSV(B) | 277.06º | 0.72% | 0.74% | - |
| XYZ | 20.77 | 11.54 | 49.28 | - |
| YUV | 93.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 189 | 0.28 | 0.72 | 0 | 0.26 | 277.06 | 0.56 | 0.47 |
| Hex | 89 | 35 | BD | 1C | 48 | 0 | 1A | 115 | 38 | 2F |
| Octal | 211 | 65 | 275 | 34 | 110 | 0 | 32 | 425 | 70 | 57 |
| Binary | 10001001 | 110101 | 10111101 | 11100 | 1001000 | 0 | 11010 | 100010101 | 111000 | 101111 |
Color Harmonies of #8935BD
Complementary color
Monochromatic Colors of #8935BD
Black with #8935BD
Text Example
Text Example
White with #8935BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935BD; }
p { color: rgb(137,53,189); }
H1.HeaderClassName
{
color: #8935BD;
}
.AnyTagClassName
{
color: #8935BD;
}
</style>
background-color css
<style>
a { background-color: #8935BD; }
a { background-color: rgb(137,53,189); }
div.DivClassName
{
background-color: #8935BD;
}
.BgClassName
{
background-color: #8935BD;
}
</style>
border-color css
<style>
span { border-color: #8935BD; }
span { border-color: rgb(137,53,189); }
td.TdClassName
{
border-color: #8935BD;
}
.TagClassName
{
border-color: #8935BD;
}
</style>