Shades of Dark Orchid #8231CA
Tints of Dark Orchid #8231CA
RGB
CMYK
RGB Variations
Color information
#8231CA (or 0x8231CA) is known color: Dark Orchid. HEX triplet: 82, 31 and CA. RGB value is (130,49,202). Sum of RGB (Red+Green+Blue) = 130+49+202=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #8231CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231CA is #7DCE35. Grayscale: #5A5A5A. Windows color (decimal): -8244790 or 13250946. OLE color: 13250946.
HSL color Cylindrical-coordinate representation of color #8231CA: hue angle of 271.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8231CA is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 49 | 202 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.21 |
| HSL | 271.76º | 0.61% | 0.49% | - |
| HSV(B) | 271.76º | 0.76% | 0.79% | - |
| XYZ | 20.96 | 11.21 | 56.94 | - |
| YUV | 90.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 202 | 0.36 | 0.76 | 0 | 0.21 | 271.76 | 0.61 | 0.49 |
| Hex | 82 | 31 | CA | 24 | 4C | 0 | 15 | 110 | 3D | 31 |
| Octal | 202 | 61 | 312 | 44 | 114 | 0 | 25 | 420 | 75 | 61 |
| Binary | 10000010 | 110001 | 11001010 | 100100 | 1001100 | 0 | 10101 | 100010000 | 111101 | 110001 |
Color Harmonies of #8231CA
Complementary color
Monochromatic Colors of #8231CA
Black with #8231CA
Text Example
Text Example
White with #8231CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8231CA; }
p { color: rgb(130,49,202); }
H1.HeaderClassName
{
color: #8231CA;
}
.AnyTagClassName
{
color: #8231CA;
}
</style>
background-color css
<style>
a { background-color: #8231CA; }
a { background-color: rgb(130,49,202); }
div.DivClassName
{
background-color: #8231CA;
}
.BgClassName
{
background-color: #8231CA;
}
</style>
border-color css
<style>
span { border-color: #8231CA; }
span { border-color: rgb(130,49,202); }
td.TdClassName
{
border-color: #8231CA;
}
.TagClassName
{
border-color: #8231CA;
}
</style>