Shades of Dark Orchid #8239C1
Tints of Dark Orchid #8239C1
RGB
CMYK
RGB Variations
Color information
#8239C1 (or 0x8239C1) is known color: Dark Orchid. HEX triplet: 82, 39 and C1. RGB value is (130,57,193). Sum of RGB (Red+Green+Blue) = 130+57+193=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #8239C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239C1 is #7DC63E. Grayscale: #5D5D5D. Windows color (decimal): -8242751 or 12663170. OLE color: 12663170.
HSL color Cylindrical-coordinate representation of color #8239C1: hue angle of 272.21º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8239C1 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 57 | 193 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.24 |
| HSL | 272.21º | 0.54% | 0.49% | - |
| HSV(B) | 272.21º | 0.7% | 0.76% | - |
| XYZ | 20.29 | 11.52 | 51.61 | - |
| YUV | 94.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 193 | 0.33 | 0.70 | 0 | 0.24 | 272.21 | 0.54 | 0.49 |
| Hex | 82 | 39 | C1 | 21 | 46 | 0 | 18 | 110 | 36 | 31 |
| Octal | 202 | 71 | 301 | 41 | 106 | 0 | 30 | 420 | 66 | 61 |
| Binary | 10000010 | 111001 | 11000001 | 100001 | 1000110 | 0 | 11000 | 100010000 | 110110 | 110001 |
Color Harmonies of #8239C1
Complementary color
Monochromatic Colors of #8239C1
Black with #8239C1
Text Example
Text Example
White with #8239C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8239C1; }
p { color: rgb(130,57,193); }
H1.HeaderClassName
{
color: #8239C1;
}
.AnyTagClassName
{
color: #8239C1;
}
</style>
background-color css
<style>
a { background-color: #8239C1; }
a { background-color: rgb(130,57,193); }
div.DivClassName
{
background-color: #8239C1;
}
.BgClassName
{
background-color: #8239C1;
}
</style>
border-color css
<style>
span { border-color: #8239C1; }
span { border-color: rgb(130,57,193); }
td.TdClassName
{
border-color: #8239C1;
}
.TagClassName
{
border-color: #8239C1;
}
</style>