Shades of Dark Orchid #8030BB
Tints of Dark Orchid #8030BB
RGB
CMYK
RGB Variations
Color information
#8030BB (or 0x8030BB) is known color: Dark Orchid. HEX triplet: 80, 30 and BB. RGB value is (128,48,187). Sum of RGB (Red+Green+Blue) = 128+48+187=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8030BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030BB is #7FCF44. Grayscale: #575757. Windows color (decimal): -8376133 or 12267648. OLE color: 12267648.
HSL color Cylindrical-coordinate representation of color #8030BB: hue angle of 274.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8030BB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 48 | 187 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.27 |
| HSL | 274.53º | 0.59% | 0.46% | - |
| HSV(B) | 274.53º | 0.74% | 0.73% | - |
| XYZ | 18.93 | 10.29 | 48 | - |
| YUV | 87.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 187 | 0.32 | 0.74 | 0 | 0.27 | 274.53 | 0.59 | 0.46 |
| Hex | 80 | 30 | BB | 20 | 4A | 0 | 1B | 113 | 3B | 2E |
| Octal | 200 | 60 | 273 | 40 | 112 | 0 | 33 | 423 | 73 | 56 |
| Binary | 10000000 | 110000 | 10111011 | 100000 | 1001010 | 0 | 11011 | 100010011 | 111011 | 101110 |
Color Harmonies of #8030BB
Complementary color
Monochromatic Colors of #8030BB
Black with #8030BB
Text Example
Text Example
White with #8030BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030BB; }
p { color: rgb(128,48,187); }
H1.HeaderClassName
{
color: #8030BB;
}
.AnyTagClassName
{
color: #8030BB;
}
</style>
background-color css
<style>
a { background-color: #8030BB; }
a { background-color: rgb(128,48,187); }
div.DivClassName
{
background-color: #8030BB;
}
.BgClassName
{
background-color: #8030BB;
}
</style>
border-color css
<style>
span { border-color: #8030BB; }
span { border-color: rgb(128,48,187); }
td.TdClassName
{
border-color: #8030BB;
}
.TagClassName
{
border-color: #8030BB;
}
</style>