Shades of Dark Orchid #8825B8
Tints of Dark Orchid #8825B8
RGB
CMYK
RGB Variations
Color information
#8825B8 (or 0x8825B8) is known color: Dark Orchid. HEX triplet: 88, 25 and B8. RGB value is (136,37,184). Sum of RGB (Red+Green+Blue) = 136+37+184=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #8825B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8825B8 is #77DA47. Grayscale: #525252. Windows color (decimal): -7854664 or 12068232. OLE color: 12068232.
HSL color Cylindrical-coordinate representation of color #8825B8: hue angle of 280.41º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8825B8 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 37 | 184 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.28 |
| HSL | 280.41º | 0.67% | 0.43% | - |
| HSV(B) | 280.41º | 0.8% | 0.72% | - |
| XYZ | 19.47 | 10.02 | 46.26 | - |
| YUV | 83.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 184 | 0.26 | 0.80 | 0 | 0.28 | 280.41 | 0.67 | 0.43 |
| Hex | 88 | 25 | B8 | 1A | 50 | 0 | 1C | 118 | 43 | 2B |
| Octal | 210 | 45 | 270 | 32 | 120 | 0 | 34 | 430 | 103 | 53 |
| Binary | 10001000 | 100101 | 10111000 | 11010 | 1010000 | 0 | 11100 | 100011000 | 1000011 | 101011 |
Color Harmonies of #8825B8
Complementary color
Monochromatic Colors of #8825B8
Black with #8825B8
Text Example
Text Example
White with #8825B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825B8; }
p { color: rgb(136,37,184); }
H1.HeaderClassName
{
color: #8825B8;
}
.AnyTagClassName
{
color: #8825B8;
}
</style>
background-color css
<style>
a { background-color: #8825B8; }
a { background-color: rgb(136,37,184); }
div.DivClassName
{
background-color: #8825B8;
}
.BgClassName
{
background-color: #8825B8;
}
</style>
border-color css
<style>
span { border-color: #8825B8; }
span { border-color: rgb(136,37,184); }
td.TdClassName
{
border-color: #8825B8;
}
.TagClassName
{
border-color: #8825B8;
}
</style>