Shades of Dark Orchid #8725C2
Tints of Dark Orchid #8725C2
RGB
CMYK
RGB Variations
Color information
#8725C2 (or 0x8725C2) is known color: Dark Orchid. HEX triplet: 87, 25 and C2. RGB value is (135,37,194). Sum of RGB (Red+Green+Blue) = 135+37+194=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #8725C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725C2 is #78DA3D. Grayscale: #535353. Windows color (decimal): -7920190 or 12723591. OLE color: 12723591.
HSL color Cylindrical-coordinate representation of color #8725C2: hue angle of 277.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8725C2 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 37 | 194 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.24 |
| HSL | 277.45º | 0.68% | 0.45% | - |
| HSV(B) | 277.45º | 0.81% | 0.76% | - |
| XYZ | 20.39 | 10.37 | 51.97 | - |
| YUV | 84.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 194 | 0.30 | 0.81 | 0 | 0.24 | 277.45 | 0.68 | 0.45 |
| Hex | 87 | 25 | C2 | 1E | 51 | 0 | 18 | 115 | 44 | 2D |
| Octal | 207 | 45 | 302 | 36 | 121 | 0 | 30 | 425 | 104 | 55 |
| Binary | 10000111 | 100101 | 11000010 | 11110 | 1010001 | 0 | 11000 | 100010101 | 1000100 | 101101 |
Color Harmonies of #8725C2
Complementary color
Monochromatic Colors of #8725C2
Black with #8725C2
Text Example
Text Example
White with #8725C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8725C2; }
p { color: rgb(135,37,194); }
H1.HeaderClassName
{
color: #8725C2;
}
.AnyTagClassName
{
color: #8725C2;
}
</style>
background-color css
<style>
a { background-color: #8725C2; }
a { background-color: rgb(135,37,194); }
div.DivClassName
{
background-color: #8725C2;
}
.BgClassName
{
background-color: #8725C2;
}
</style>
border-color css
<style>
span { border-color: #8725C2; }
span { border-color: rgb(135,37,194); }
td.TdClassName
{
border-color: #8725C2;
}
.TagClassName
{
border-color: #8725C2;
}
</style>