Shades of Dark Orchid #8738BD
Tints of Dark Orchid #8738BD
RGB
CMYK
RGB Variations
Color information
#8738BD (or 0x8738BD) is known color: Dark Orchid. HEX triplet: 87, 38 and BD. RGB value is (135,56,189). Sum of RGB (Red+Green+Blue) = 135+56+189=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #8738BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8738BD is #78C742. Grayscale: #5E5E5E. Windows color (decimal): -7915331 or 12400775. OLE color: 12400775.
HSL color Cylindrical-coordinate representation of color #8738BD: hue angle of 275.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8738BD is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 56 | 189 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.26 |
| HSL | 275.64º | 0.54% | 0.48% | - |
| HSV(B) | 275.64º | 0.7% | 0.74% | - |
| XYZ | 20.59 | 11.65 | 49.31 | - |
| YUV | 94.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 189 | 0.29 | 0.70 | 0 | 0.26 | 275.64 | 0.54 | 0.48 |
| Hex | 87 | 38 | BD | 1D | 46 | 0 | 1A | 114 | 36 | 30 |
| Octal | 207 | 70 | 275 | 35 | 106 | 0 | 32 | 424 | 66 | 60 |
| Binary | 10000111 | 111000 | 10111101 | 11101 | 1000110 | 0 | 11010 | 100010100 | 110110 | 110000 |
Color Harmonies of #8738BD
Complementary color
Monochromatic Colors of #8738BD
Black with #8738BD
Text Example
Text Example
White with #8738BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8738BD; }
p { color: rgb(135,56,189); }
H1.HeaderClassName
{
color: #8738BD;
}
.AnyTagClassName
{
color: #8738BD;
}
</style>
background-color css
<style>
a { background-color: #8738BD; }
a { background-color: rgb(135,56,189); }
div.DivClassName
{
background-color: #8738BD;
}
.BgClassName
{
background-color: #8738BD;
}
</style>
border-color css
<style>
span { border-color: #8738BD; }
span { border-color: rgb(135,56,189); }
td.TdClassName
{
border-color: #8738BD;
}
.TagClassName
{
border-color: #8738BD;
}
</style>