Shades of Dark Orchid #8332BC
Tints of Dark Orchid #8332BC
RGB
CMYK
RGB Variations
Color information
#8332BC (or 0x8332BC) is known color: Dark Orchid. HEX triplet: 83, 32 and BC. RGB value is (131,50,188). Sum of RGB (Red+Green+Blue) = 131+50+188=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #8332BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8332BC is #7CCD43. Grayscale: #595959. Windows color (decimal): -8179012 or 12333699. OLE color: 12333699.
HSL color Cylindrical-coordinate representation of color #8332BC: hue angle of 275.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8332BC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 50 | 188 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.26 |
| HSL | 275.22º | 0.58% | 0.47% | - |
| HSV(B) | 275.22º | 0.73% | 0.74% | - |
| XYZ | 19.58 | 10.74 | 48.62 | - |
| YUV | 89.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 188 | 0.30 | 0.73 | 0 | 0.26 | 275.22 | 0.58 | 0.47 |
| Hex | 83 | 32 | BC | 1E | 49 | 0 | 1A | 113 | 3A | 2F |
| Octal | 203 | 62 | 274 | 36 | 111 | 0 | 32 | 423 | 72 | 57 |
| Binary | 10000011 | 110010 | 10111100 | 11110 | 1001001 | 0 | 11010 | 100010011 | 111010 | 101111 |
Color Harmonies of #8332BC
Complementary color
Monochromatic Colors of #8332BC
Black with #8332BC
Text Example
Text Example
White with #8332BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8332BC; }
p { color: rgb(131,50,188); }
H1.HeaderClassName
{
color: #8332BC;
}
.AnyTagClassName
{
color: #8332BC;
}
</style>
background-color css
<style>
a { background-color: #8332BC; }
a { background-color: rgb(131,50,188); }
div.DivClassName
{
background-color: #8332BC;
}
.BgClassName
{
background-color: #8332BC;
}
</style>
border-color css
<style>
span { border-color: #8332BC; }
span { border-color: rgb(131,50,188); }
td.TdClassName
{
border-color: #8332BC;
}
.TagClassName
{
border-color: #8332BC;
}
</style>