Shades of Dark Orchid #8232BB
Tints of Dark Orchid #8232BB
RGB
CMYK
RGB Variations
Color information
#8232BB (or 0x8232BB) is known color: Dark Orchid. HEX triplet: 82, 32 and BB. RGB value is (130,50,187). Sum of RGB (Red+Green+Blue) = 130+50+187=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 50 (19.92% from 255 or 13.62% 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 #8232BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232BB is #7DCD44. Grayscale: #595959. Windows color (decimal): -8244549 or 12268162. OLE color: 12268162.
HSL color Cylindrical-coordinate representation of color #8232BB: hue angle of 275.04º 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 #8232BB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 50 | 187 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.27 |
| HSL | 275.04º | 0.58% | 0.46% | - |
| HSV(B) | 275.04º | 0.73% | 0.73% | - |
| XYZ | 19.32 | 10.61 | 48.04 | - |
| YUV | 89.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 187 | 0.30 | 0.73 | 0 | 0.27 | 275.04 | 0.58 | 0.46 |
| Hex | 82 | 32 | BB | 1E | 49 | 0 | 1B | 113 | 3A | 2E |
| Octal | 202 | 62 | 273 | 36 | 111 | 0 | 33 | 423 | 72 | 56 |
| Binary | 10000010 | 110010 | 10111011 | 11110 | 1001001 | 0 | 11011 | 100010011 | 111010 | 101110 |
Color Harmonies of #8232BB
Complementary color
Monochromatic Colors of #8232BB
Black with #8232BB
Text Example
Text Example
White with #8232BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232BB; }
p { color: rgb(130,50,187); }
H1.HeaderClassName
{
color: #8232BB;
}
.AnyTagClassName
{
color: #8232BB;
}
</style>
background-color css
<style>
a { background-color: #8232BB; }
a { background-color: rgb(130,50,187); }
div.DivClassName
{
background-color: #8232BB;
}
.BgClassName
{
background-color: #8232BB;
}
</style>
border-color css
<style>
span { border-color: #8232BB; }
span { border-color: rgb(130,50,187); }
td.TdClassName
{
border-color: #8232BB;
}
.TagClassName
{
border-color: #8232BB;
}
</style>