Shades of Dark Orchid #8032BD
Tints of Dark Orchid #8032BD
RGB
CMYK
RGB Variations
Color information
#8032BD (or 0x8032BD) is known color: Dark Orchid. HEX triplet: 80, 32 and BD. RGB value is (128,50,189). Sum of RGB (Red+Green+Blue) = 128+50+189=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #8032BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032BD is #7FCD42. Grayscale: #585858. Windows color (decimal): -8375619 or 12399232. OLE color: 12399232.
HSL color Cylindrical-coordinate representation of color #8032BD: hue angle of 273.67º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8032BD is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 50 | 189 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.26 |
| HSL | 273.67º | 0.58% | 0.47% | - |
| HSV(B) | 273.67º | 0.74% | 0.74% | - |
| XYZ | 19.23 | 10.54 | 49.17 | - |
| YUV | 89.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 189 | 0.32 | 0.74 | 0 | 0.26 | 273.67 | 0.58 | 0.47 |
| Hex | 80 | 32 | BD | 20 | 4A | 0 | 1A | 112 | 3A | 2F |
| Octal | 200 | 62 | 275 | 40 | 112 | 0 | 32 | 422 | 72 | 57 |
| Binary | 10000000 | 110010 | 10111101 | 100000 | 1001010 | 0 | 11010 | 100010010 | 111010 | 101111 |
Color Harmonies of #8032BD
Complementary color
Monochromatic Colors of #8032BD
Black with #8032BD
Text Example
Text Example
White with #8032BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032BD; }
p { color: rgb(128,50,189); }
H1.HeaderClassName
{
color: #8032BD;
}
.AnyTagClassName
{
color: #8032BD;
}
</style>
background-color css
<style>
a { background-color: #8032BD; }
a { background-color: rgb(128,50,189); }
div.DivClassName
{
background-color: #8032BD;
}
.BgClassName
{
background-color: #8032BD;
}
</style>
border-color css
<style>
span { border-color: #8032BD; }
span { border-color: rgb(128,50,189); }
td.TdClassName
{
border-color: #8032BD;
}
.TagClassName
{
border-color: #8032BD;
}
</style>