Shades of Dark Orchid #8825BE
Tints of Dark Orchid #8825BE
RGB
CMYK
RGB Variations
Color information
#8825BE (or 0x8825BE) is known color: Dark Orchid. HEX triplet: 88, 25 and BE. RGB value is (136,37,190). Sum of RGB (Red+Green+Blue) = 136+37+190=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #8825BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8825BE is #77DA41. Grayscale: #535353. Windows color (decimal): -7854658 or 12461448. OLE color: 12461448.
HSL color Cylindrical-coordinate representation of color #8825BE: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8825BE is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 37 | 190 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.25 |
| HSL | 278.82º | 0.67% | 0.45% | - |
| HSV(B) | 278.82º | 0.81% | 0.75% | - |
| XYZ | 20.11 | 10.28 | 49.64 | - |
| YUV | 84.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 190 | 0.28 | 0.81 | 0 | 0.25 | 278.82 | 0.67 | 0.45 |
| Hex | 88 | 25 | BE | 1C | 51 | 0 | 19 | 117 | 43 | 2D |
| Octal | 210 | 45 | 276 | 34 | 121 | 0 | 31 | 427 | 103 | 55 |
| Binary | 10001000 | 100101 | 10111110 | 11100 | 1010001 | 0 | 11001 | 100010111 | 1000011 | 101101 |
Color Harmonies of #8825BE
Complementary color
Monochromatic Colors of #8825BE
Black with #8825BE
Text Example
Text Example
White with #8825BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825BE; }
p { color: rgb(136,37,190); }
H1.HeaderClassName
{
color: #8825BE;
}
.AnyTagClassName
{
color: #8825BE;
}
</style>
background-color css
<style>
a { background-color: #8825BE; }
a { background-color: rgb(136,37,190); }
div.DivClassName
{
background-color: #8825BE;
}
.BgClassName
{
background-color: #8825BE;
}
</style>
border-color css
<style>
span { border-color: #8825BE; }
span { border-color: rgb(136,37,190); }
td.TdClassName
{
border-color: #8825BE;
}
.TagClassName
{
border-color: #8825BE;
}
</style>