Shades of Dark Orchid #8032B8
Tints of Dark Orchid #8032B8
RGB
CMYK
RGB Variations
Color information
#8032B8 (or 0x8032B8) is known color: Dark Orchid. HEX triplet: 80, 32 and B8. RGB value is (128,50,184). Sum of RGB (Red+Green+Blue) = 128+50+184=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #8032B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032B8 is #7FCD47. Grayscale: #585858. Windows color (decimal): -8375624 or 12071552. OLE color: 12071552.
HSL color Cylindrical-coordinate representation of color #8032B8: hue angle of 274.93º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8032B8 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 50 | 184 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.28 |
| HSL | 274.93º | 0.57% | 0.46% | - |
| HSV(B) | 274.93º | 0.73% | 0.72% | - |
| XYZ | 18.69 | 10.33 | 46.36 | - |
| YUV | 88.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 184 | 0.30 | 0.73 | 0 | 0.28 | 274.93 | 0.57 | 0.46 |
| Hex | 80 | 32 | B8 | 1E | 49 | 0 | 1C | 113 | 39 | 2E |
| Octal | 200 | 62 | 270 | 36 | 111 | 0 | 34 | 423 | 71 | 56 |
| Binary | 10000000 | 110010 | 10111000 | 11110 | 1001001 | 0 | 11100 | 100010011 | 111001 | 101110 |
Color Harmonies of #8032B8
Complementary color
Monochromatic Colors of #8032B8
Black with #8032B8
Text Example
Text Example
White with #8032B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032B8; }
p { color: rgb(128,50,184); }
H1.HeaderClassName
{
color: #8032B8;
}
.AnyTagClassName
{
color: #8032B8;
}
</style>
background-color css
<style>
a { background-color: #8032B8; }
a { background-color: rgb(128,50,184); }
div.DivClassName
{
background-color: #8032B8;
}
.BgClassName
{
background-color: #8032B8;
}
</style>
border-color css
<style>
span { border-color: #8032B8; }
span { border-color: rgb(128,50,184); }
td.TdClassName
{
border-color: #8032B8;
}
.TagClassName
{
border-color: #8032B8;
}
</style>