Shades of Dark Orchid #8024BB
Tints of Dark Orchid #8024BB
RGB
CMYK
RGB Variations
Color information
#8024BB (or 0x8024BB) is known color: Dark Orchid. HEX triplet: 80, 24 and BB. RGB value is (128,36,187). Sum of RGB (Red+Green+Blue) = 128+36+187=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #8024BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8024BB is #7FDB44. Grayscale: #505050. Windows color (decimal): -8379205 or 12264576. OLE color: 12264576.
HSL color Cylindrical-coordinate representation of color #8024BB: hue angle of 276.56º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8024BB is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 36 | 187 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.27 |
| HSL | 276.56º | 0.68% | 0.44% | - |
| HSV(B) | 276.56º | 0.81% | 0.73% | - |
| XYZ | 18.5 | 9.44 | 47.86 | - |
| YUV | 80.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 187 | 0.32 | 0.81 | 0 | 0.27 | 276.56 | 0.68 | 0.44 |
| Hex | 80 | 24 | BB | 20 | 51 | 0 | 1B | 115 | 44 | 2C |
| Octal | 200 | 44 | 273 | 40 | 121 | 0 | 33 | 425 | 104 | 54 |
| Binary | 10000000 | 100100 | 10111011 | 100000 | 1010001 | 0 | 11011 | 100010101 | 1000100 | 101100 |
Color Harmonies of #8024BB
Complementary color
Monochromatic Colors of #8024BB
Black with #8024BB
Text Example
Text Example
White with #8024BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024BB; }
p { color: rgb(128,36,187); }
H1.HeaderClassName
{
color: #8024BB;
}
.AnyTagClassName
{
color: #8024BB;
}
</style>
background-color css
<style>
a { background-color: #8024BB; }
a { background-color: rgb(128,36,187); }
div.DivClassName
{
background-color: #8024BB;
}
.BgClassName
{
background-color: #8024BB;
}
</style>
border-color css
<style>
span { border-color: #8024BB; }
span { border-color: rgb(128,36,187); }
td.TdClassName
{
border-color: #8024BB;
}
.TagClassName
{
border-color: #8024BB;
}
</style>