Shades of Dark Orchid #8525B8
Tints of Dark Orchid #8525B8
RGB
CMYK
RGB Variations
Color information
#8525B8 (or 0x8525B8) is known color: Dark Orchid. HEX triplet: 85, 25 and B8. RGB value is (133,37,184). Sum of RGB (Red+Green+Blue) = 133+37+184=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #8525B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525B8 is #7ADA47. Grayscale: #515151. Windows color (decimal): -8051272 or 12068229. OLE color: 12068229.
HSL color Cylindrical-coordinate representation of color #8525B8: hue angle of 279.18º 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 #8525B8 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 37 | 184 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.28 |
| HSL | 279.18º | 0.67% | 0.43% | - |
| HSV(B) | 279.18º | 0.8% | 0.72% | - |
| XYZ | 18.99 | 9.77 | 46.23 | - |
| YUV | 82.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 184 | 0.28 | 0.80 | 0 | 0.28 | 279.18 | 0.67 | 0.43 |
| Hex | 85 | 25 | B8 | 1C | 50 | 0 | 1C | 117 | 43 | 2B |
| Octal | 205 | 45 | 270 | 34 | 120 | 0 | 34 | 427 | 103 | 53 |
| Binary | 10000101 | 100101 | 10111000 | 11100 | 1010000 | 0 | 11100 | 100010111 | 1000011 | 101011 |
Color Harmonies of #8525B8
Complementary color
Monochromatic Colors of #8525B8
Black with #8525B8
Text Example
Text Example
White with #8525B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525B8; }
p { color: rgb(133,37,184); }
H1.HeaderClassName
{
color: #8525B8;
}
.AnyTagClassName
{
color: #8525B8;
}
</style>
background-color css
<style>
a { background-color: #8525B8; }
a { background-color: rgb(133,37,184); }
div.DivClassName
{
background-color: #8525B8;
}
.BgClassName
{
background-color: #8525B8;
}
</style>
border-color css
<style>
span { border-color: #8525B8; }
span { border-color: rgb(133,37,184); }
td.TdClassName
{
border-color: #8525B8;
}
.TagClassName
{
border-color: #8525B8;
}
</style>