Shades of Dark Orchid #8322BB
Tints of Dark Orchid #8322BB
RGB
CMYK
RGB Variations
Color information
#8322BB (or 0x8322BB) is known color: Dark Orchid. HEX triplet: 83, 22 and BB. RGB value is (131,34,187). Sum of RGB (Red+Green+Blue) = 131+34+187=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #8322BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8322BB is #7CDD44. Grayscale: #4F4F4F. Windows color (decimal): -8183109 or 12264067. OLE color: 12264067.
HSL color Cylindrical-coordinate representation of color #8322BB: hue angle of 278.04º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8322BB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 34 | 187 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.27 |
| HSL | 278.04º | 0.69% | 0.43% | - |
| HSV(B) | 278.04º | 0.82% | 0.73% | - |
| XYZ | 18.9 | 9.56 | 47.86 | - |
| YUV | 80.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 187 | 0.30 | 0.82 | 0 | 0.27 | 278.04 | 0.69 | 0.43 |
| Hex | 83 | 22 | BB | 1E | 52 | 0 | 1B | 116 | 45 | 2B |
| Octal | 203 | 42 | 273 | 36 | 122 | 0 | 33 | 426 | 105 | 53 |
| Binary | 10000011 | 100010 | 10111011 | 11110 | 1010010 | 0 | 11011 | 100010110 | 1000101 | 101011 |
Color Harmonies of #8322BB
Complementary color
Monochromatic Colors of #8322BB
Black with #8322BB
Text Example
Text Example
White with #8322BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8322BB; }
p { color: rgb(131,34,187); }
H1.HeaderClassName
{
color: #8322BB;
}
.AnyTagClassName
{
color: #8322BB;
}
</style>
background-color css
<style>
a { background-color: #8322BB; }
a { background-color: rgb(131,34,187); }
div.DivClassName
{
background-color: #8322BB;
}
.BgClassName
{
background-color: #8322BB;
}
</style>
border-color css
<style>
span { border-color: #8322BB; }
span { border-color: rgb(131,34,187); }
td.TdClassName
{
border-color: #8322BB;
}
.TagClassName
{
border-color: #8322BB;
}
</style>