Shades of Dark Orchid #8232B2
Tints of Dark Orchid #8232B2
RGB
CMYK
RGB Variations
Color information
#8232B2 (or 0x8232B2) is known color: Dark Orchid. HEX triplet: 82, 32 and B2. RGB value is (130,50,178). Sum of RGB (Red+Green+Blue) = 130+50+178=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #8232B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8232B2 is #7DCD4D. Grayscale: #585858. Windows color (decimal): -8244558 or 11678338. OLE color: 11678338.
HSL color Cylindrical-coordinate representation of color #8232B2: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8232B2 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 50 | 178 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.30 |
| HSL | 277.5º | 0.56% | 0.45% | - |
| HSV(B) | 277.5º | 0.72% | 0.7% | - |
| XYZ | 18.38 | 10.24 | 43.13 | - |
| YUV | 88.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 178 | 0.27 | 0.72 | 0 | 0.30 | 277.5 | 0.56 | 0.45 |
| Hex | 82 | 32 | B2 | 1B | 48 | 0 | 1E | 116 | 38 | 2D |
| Octal | 202 | 62 | 262 | 33 | 110 | 0 | 36 | 426 | 70 | 55 |
| Binary | 10000010 | 110010 | 10110010 | 11011 | 1001000 | 0 | 11110 | 100010110 | 111000 | 101101 |
Color Harmonies of #8232B2
Complementary color
Monochromatic Colors of #8232B2
Black with #8232B2
Text Example
Text Example
White with #8232B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232B2; }
p { color: rgb(130,50,178); }
H1.HeaderClassName
{
color: #8232B2;
}
.AnyTagClassName
{
color: #8232B2;
}
</style>
background-color css
<style>
a { background-color: #8232B2; }
a { background-color: rgb(130,50,178); }
div.DivClassName
{
background-color: #8232B2;
}
.BgClassName
{
background-color: #8232B2;
}
</style>
border-color css
<style>
span { border-color: #8232B2; }
span { border-color: rgb(130,50,178); }
td.TdClassName
{
border-color: #8232B2;
}
.TagClassName
{
border-color: #8232B2;
}
</style>