Shades of Dark Orchid #8328B1
Tints of Dark Orchid #8328B1
RGB
CMYK
RGB Variations
Color information
#8328B1 (or 0x8328B1) is known color: Dark Orchid. HEX triplet: 83, 28 and B1. RGB value is (131,40,177). Sum of RGB (Red+Green+Blue) = 131+40+177=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #8328B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8328B1 is #7CD74E. Grayscale: #525252. Windows color (decimal): -8181583 or 11610243. OLE color: 11610243.
HSL color Cylindrical-coordinate representation of color #8328B1: hue angle of 279.85º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8328B1 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 40 | 177 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.31 |
| HSL | 279.85º | 0.63% | 0.43% | - |
| HSV(B) | 279.85º | 0.77% | 0.69% | - |
| XYZ | 18.05 | 9.52 | 42.48 | - |
| YUV | 82.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 177 | 0.26 | 0.77 | 0 | 0.31 | 279.85 | 0.63 | 0.43 |
| Hex | 83 | 28 | B1 | 1A | 4D | 0 | 1F | 118 | 3F | 2B |
| Octal | 203 | 50 | 261 | 32 | 115 | 0 | 37 | 430 | 77 | 53 |
| Binary | 10000011 | 101000 | 10110001 | 11010 | 1001101 | 0 | 11111 | 100011000 | 111111 | 101011 |
Color Harmonies of #8328B1
Complementary color
Monochromatic Colors of #8328B1
Black with #8328B1
Text Example
Text Example
White with #8328B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328B1; }
p { color: rgb(131,40,177); }
H1.HeaderClassName
{
color: #8328B1;
}
.AnyTagClassName
{
color: #8328B1;
}
</style>
background-color css
<style>
a { background-color: #8328B1; }
a { background-color: rgb(131,40,177); }
div.DivClassName
{
background-color: #8328B1;
}
.BgClassName
{
background-color: #8328B1;
}
</style>
border-color css
<style>
span { border-color: #8328B1; }
span { border-color: rgb(131,40,177); }
td.TdClassName
{
border-color: #8328B1;
}
.TagClassName
{
border-color: #8328B1;
}
</style>