Shades of Dark Orchid #8528B8
Tints of Dark Orchid #8528B8
RGB
CMYK
RGB Variations
Color information
#8528B8 (or 0x8528B8) is known color: Dark Orchid. HEX triplet: 85, 28 and B8. RGB value is (133,40,184). Sum of RGB (Red+Green+Blue) = 133+40+184=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 40 (16.02% from 255 or 11.20% 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 #8528B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528B8 is #7AD747. Grayscale: #535353. Windows color (decimal): -8050504 or 12068997. OLE color: 12068997.
HSL color Cylindrical-coordinate representation of color #8528B8: hue angle of 278.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8528B8 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 40 | 184 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.28 |
| HSL | 278.75º | 0.64% | 0.44% | - |
| HSV(B) | 278.75º | 0.78% | 0.72% | - |
| XYZ | 19.08 | 9.96 | 46.27 | - |
| YUV | 84.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 184 | 0.28 | 0.78 | 0 | 0.28 | 278.75 | 0.64 | 0.44 |
| Hex | 85 | 28 | B8 | 1C | 4E | 0 | 1C | 117 | 40 | 2C |
| Octal | 205 | 50 | 270 | 34 | 116 | 0 | 34 | 427 | 100 | 54 |
| Binary | 10000101 | 101000 | 10111000 | 11100 | 1001110 | 0 | 11100 | 100010111 | 1000000 | 101100 |
Color Harmonies of #8528B8
Complementary color
Monochromatic Colors of #8528B8
Black with #8528B8
Text Example
Text Example
White with #8528B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528B8; }
p { color: rgb(133,40,184); }
H1.HeaderClassName
{
color: #8528B8;
}
.AnyTagClassName
{
color: #8528B8;
}
</style>
background-color css
<style>
a { background-color: #8528B8; }
a { background-color: rgb(133,40,184); }
div.DivClassName
{
background-color: #8528B8;
}
.BgClassName
{
background-color: #8528B8;
}
</style>
border-color css
<style>
span { border-color: #8528B8; }
span { border-color: rgb(133,40,184); }
td.TdClassName
{
border-color: #8528B8;
}
.TagClassName
{
border-color: #8528B8;
}
</style>