Shades of Dark Orchid #8220B8
Tints of Dark Orchid #8220B8
RGB
CMYK
RGB Variations
Color information
#8220B8 (or 0x8220B8) is known color: Dark Orchid. HEX triplet: 82, 20 and B8. RGB value is (130,32,184). Sum of RGB (Red+Green+Blue) = 130+32+184=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #8220B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220B8 is #7DDF47. Grayscale: #4E4E4E. Windows color (decimal): -8249160 or 12066946. OLE color: 12066946.
HSL color Cylindrical-coordinate representation of color #8220B8: hue angle of 278.68º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8220B8 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 32 | 184 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.28 |
| HSL | 278.68º | 0.7% | 0.42% | - |
| HSV(B) | 278.68º | 0.83% | 0.72% | - |
| XYZ | 18.37 | 9.24 | 46.16 | - |
| YUV | 78.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 184 | 0.29 | 0.83 | 0 | 0.28 | 278.68 | 0.7 | 0.42 |
| Hex | 82 | 20 | B8 | 1D | 53 | 0 | 1C | 117 | 46 | 2A |
| Octal | 202 | 40 | 270 | 35 | 123 | 0 | 34 | 427 | 106 | 52 |
| Binary | 10000010 | 100000 | 10111000 | 11101 | 1010011 | 0 | 11100 | 100010111 | 1000110 | 101010 |
Color Harmonies of #8220B8
Complementary color
Monochromatic Colors of #8220B8
Black with #8220B8
Text Example
Text Example
White with #8220B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220B8; }
p { color: rgb(130,32,184); }
H1.HeaderClassName
{
color: #8220B8;
}
.AnyTagClassName
{
color: #8220B8;
}
</style>
background-color css
<style>
a { background-color: #8220B8; }
a { background-color: rgb(130,32,184); }
div.DivClassName
{
background-color: #8220B8;
}
.BgClassName
{
background-color: #8220B8;
}
</style>
border-color css
<style>
span { border-color: #8220B8; }
span { border-color: rgb(130,32,184); }
td.TdClassName
{
border-color: #8220B8;
}
.TagClassName
{
border-color: #8220B8;
}
</style>