Shades of Dark Orchid #8232BE
Tints of Dark Orchid #8232BE
RGB
CMYK
RGB Variations
Color information
#8232BE (or 0x8232BE) is known color: Dark Orchid. HEX triplet: 82, 32 and BE. RGB value is (130,50,190). Sum of RGB (Red+Green+Blue) = 130+50+190=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #8232BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232BE is #7DCD41. Grayscale: #595959. Windows color (decimal): -8244546 or 12464770. OLE color: 12464770.
HSL color Cylindrical-coordinate representation of color #8232BE: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8232BE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 50 | 190 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.25 |
| HSL | 274.29º | 0.58% | 0.47% | - |
| HSV(B) | 274.29º | 0.74% | 0.75% | - |
| XYZ | 19.64 | 10.74 | 49.75 | - |
| YUV | 89.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 190 | 0.32 | 0.74 | 0 | 0.25 | 274.29 | 0.58 | 0.47 |
| Hex | 82 | 32 | BE | 20 | 4A | 0 | 19 | 112 | 3A | 2F |
| Octal | 202 | 62 | 276 | 40 | 112 | 0 | 31 | 422 | 72 | 57 |
| Binary | 10000010 | 110010 | 10111110 | 100000 | 1001010 | 0 | 11001 | 100010010 | 111010 | 101111 |
Color Harmonies of #8232BE
Complementary color
Monochromatic Colors of #8232BE
Black with #8232BE
Text Example
Text Example
White with #8232BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232BE; }
p { color: rgb(130,50,190); }
H1.HeaderClassName
{
color: #8232BE;
}
.AnyTagClassName
{
color: #8232BE;
}
</style>
background-color css
<style>
a { background-color: #8232BE; }
a { background-color: rgb(130,50,190); }
div.DivClassName
{
background-color: #8232BE;
}
.BgClassName
{
background-color: #8232BE;
}
</style>
border-color css
<style>
span { border-color: #8232BE; }
span { border-color: rgb(130,50,190); }
td.TdClassName
{
border-color: #8232BE;
}
.TagClassName
{
border-color: #8232BE;
}
</style>