Shades of Dark Orchid #8725BD
Tints of Dark Orchid #8725BD
RGB
CMYK
RGB Variations
Color information
#8725BD (or 0x8725BD) is known color: Dark Orchid. HEX triplet: 87, 25 and BD. RGB value is (135,37,189). Sum of RGB (Red+Green+Blue) = 135+37+189=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8725BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725BD is #78DA42. Grayscale: #535353. Windows color (decimal): -7920195 or 12395911. OLE color: 12395911.
HSL color Cylindrical-coordinate representation of color #8725BD: hue angle of 278.68º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8725BD is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 37 | 189 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.26 |
| HSL | 278.68º | 0.67% | 0.44% | - |
| HSV(B) | 278.68º | 0.8% | 0.74% | - |
| XYZ | 19.84 | 10.15 | 49.06 | - |
| YUV | 83.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 189 | 0.29 | 0.80 | 0 | 0.26 | 278.68 | 0.67 | 0.44 |
| Hex | 87 | 25 | BD | 1D | 50 | 0 | 1A | 117 | 43 | 2C |
| Octal | 207 | 45 | 275 | 35 | 120 | 0 | 32 | 427 | 103 | 54 |
| Binary | 10000111 | 100101 | 10111101 | 11101 | 1010000 | 0 | 11010 | 100010111 | 1000011 | 101100 |
Color Harmonies of #8725BD
Complementary color
Monochromatic Colors of #8725BD
Black with #8725BD
Text Example
Text Example
White with #8725BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8725BD; }
p { color: rgb(135,37,189); }
H1.HeaderClassName
{
color: #8725BD;
}
.AnyTagClassName
{
color: #8725BD;
}
</style>
background-color css
<style>
a { background-color: #8725BD; }
a { background-color: rgb(135,37,189); }
div.DivClassName
{
background-color: #8725BD;
}
.BgClassName
{
background-color: #8725BD;
}
</style>
border-color css
<style>
span { border-color: #8725BD; }
span { border-color: rgb(135,37,189); }
td.TdClassName
{
border-color: #8725BD;
}
.TagClassName
{
border-color: #8725BD;
}
</style>