Shades of Dark Orchid #8331BB
Tints of Dark Orchid #8331BB
RGB
CMYK
RGB Variations
Color information
#8331BB (or 0x8331BB) is known color: Dark Orchid. HEX triplet: 83, 31 and BB. RGB value is (131,49,187). Sum of RGB (Red+Green+Blue) = 131+49+187=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #8331BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331BB is #7CCE44. Grayscale: #585858. Windows color (decimal): -8179269 or 12267907. OLE color: 12267907.
HSL color Cylindrical-coordinate representation of color #8331BB: hue angle of 275.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8331BB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 49 | 187 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.27 |
| HSL | 275.65º | 0.58% | 0.46% | - |
| HSV(B) | 275.65º | 0.74% | 0.73% | - |
| XYZ | 19.43 | 10.61 | 48.04 | - |
| YUV | 89.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 187 | 0.30 | 0.74 | 0 | 0.27 | 275.65 | 0.58 | 0.46 |
| Hex | 83 | 31 | BB | 1E | 4A | 0 | 1B | 114 | 3A | 2E |
| Octal | 203 | 61 | 273 | 36 | 112 | 0 | 33 | 424 | 72 | 56 |
| Binary | 10000011 | 110001 | 10111011 | 11110 | 1001010 | 0 | 11011 | 100010100 | 111010 | 101110 |
Color Harmonies of #8331BB
Complementary color
Monochromatic Colors of #8331BB
Black with #8331BB
Text Example
Text Example
White with #8331BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8331BB; }
p { color: rgb(131,49,187); }
H1.HeaderClassName
{
color: #8331BB;
}
.AnyTagClassName
{
color: #8331BB;
}
</style>
background-color css
<style>
a { background-color: #8331BB; }
a { background-color: rgb(131,49,187); }
div.DivClassName
{
background-color: #8331BB;
}
.BgClassName
{
background-color: #8331BB;
}
</style>
border-color css
<style>
span { border-color: #8331BB; }
span { border-color: rgb(131,49,187); }
td.TdClassName
{
border-color: #8331BB;
}
.TagClassName
{
border-color: #8331BB;
}
</style>