Shades of Dark Orchid #8022B2
Tints of Dark Orchid #8022B2
RGB
CMYK
RGB Variations
Color information
#8022B2 (or 0x8022B2) is known color: Dark Orchid. HEX triplet: 80, 22 and B2. RGB value is (128,34,178). Sum of RGB (Red+Green+Blue) = 128+34+178=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #8022B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8022B2 is #7FDD4D. Grayscale: #4E4E4E. Windows color (decimal): -8379726 or 11674240. OLE color: 11674240.
HSL color Cylindrical-coordinate representation of color #8022B2: hue angle of 279.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8022B2 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 34 | 178 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.30 |
| HSL | 279.17º | 0.68% | 0.42% | - |
| HSV(B) | 279.17º | 0.81% | 0.7% | - |
| XYZ | 17.51 | 8.95 | 42.92 | - |
| YUV | 78.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 178 | 0.28 | 0.81 | 0 | 0.30 | 279.17 | 0.68 | 0.42 |
| Hex | 80 | 22 | B2 | 1C | 51 | 0 | 1E | 117 | 44 | 2A |
| Octal | 200 | 42 | 262 | 34 | 121 | 0 | 36 | 427 | 104 | 52 |
| Binary | 10000000 | 100010 | 10110010 | 11100 | 1010001 | 0 | 11110 | 100010111 | 1000100 | 101010 |
Color Harmonies of #8022B2
Complementary color
Monochromatic Colors of #8022B2
Black with #8022B2
Text Example
Text Example
White with #8022B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8022B2; }
p { color: rgb(128,34,178); }
H1.HeaderClassName
{
color: #8022B2;
}
.AnyTagClassName
{
color: #8022B2;
}
</style>
background-color css
<style>
a { background-color: #8022B2; }
a { background-color: rgb(128,34,178); }
div.DivClassName
{
background-color: #8022B2;
}
.BgClassName
{
background-color: #8022B2;
}
</style>
border-color css
<style>
span { border-color: #8022B2; }
span { border-color: rgb(128,34,178); }
td.TdClassName
{
border-color: #8022B2;
}
.TagClassName
{
border-color: #8022B2;
}
</style>