Shades of Dark Orchid #8332BB
Tints of Dark Orchid #8332BB
RGB
CMYK
RGB Variations
Color information
#8332BB (or 0x8332BB) is known color: Dark Orchid. HEX triplet: 83, 32 and BB. RGB value is (131,50,187). Sum of RGB (Red+Green+Blue) = 131+50+187=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #8332BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8332BB is #7CCD44. Grayscale: #595959. Windows color (decimal): -8179013 or 12268163. OLE color: 12268163.
HSL color Cylindrical-coordinate representation of color #8332BB: hue angle of 275.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8332BB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 50 | 187 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.27 |
| HSL | 275.47º | 0.58% | 0.46% | - |
| HSV(B) | 275.47º | 0.73% | 0.73% | - |
| XYZ | 19.47 | 10.69 | 48.05 | - |
| YUV | 89.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 187 | 0.30 | 0.73 | 0 | 0.27 | 275.47 | 0.58 | 0.46 |
| Hex | 83 | 32 | BB | 1E | 49 | 0 | 1B | 113 | 3A | 2E |
| Octal | 203 | 62 | 273 | 36 | 111 | 0 | 33 | 423 | 72 | 56 |
| Binary | 10000011 | 110010 | 10111011 | 11110 | 1001001 | 0 | 11011 | 100010011 | 111010 | 101110 |
Color Harmonies of #8332BB
Complementary color
Monochromatic Colors of #8332BB
Black with #8332BB
Text Example
Text Example
White with #8332BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8332BB; }
p { color: rgb(131,50,187); }
H1.HeaderClassName
{
color: #8332BB;
}
.AnyTagClassName
{
color: #8332BB;
}
</style>
background-color css
<style>
a { background-color: #8332BB; }
a { background-color: rgb(131,50,187); }
div.DivClassName
{
background-color: #8332BB;
}
.BgClassName
{
background-color: #8332BB;
}
</style>
border-color css
<style>
span { border-color: #8332BB; }
span { border-color: rgb(131,50,187); }
td.TdClassName
{
border-color: #8332BB;
}
.TagClassName
{
border-color: #8332BB;
}
</style>