Shades of Dark Orchid #8232CA
Tints of Dark Orchid #8232CA
RGB
CMYK
RGB Variations
Color information
#8232CA (or 0x8232CA) is known color: Dark Orchid. HEX triplet: 82, 32 and CA. RGB value is (130,50,202). Sum of RGB (Red+Green+Blue) = 130+50+202=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #8232CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232CA is #7DCD35. Grayscale: #5A5A5A. Windows color (decimal): -8244534 or 13251202. OLE color: 13251202.
HSL color Cylindrical-coordinate representation of color #8232CA: hue angle of 271.58º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8232CA is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 50 | 202 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.21 |
| HSL | 271.58º | 0.6% | 0.49% | - |
| HSV(B) | 271.58º | 0.75% | 0.79% | - |
| XYZ | 21.01 | 11.29 | 56.95 | - |
| YUV | 91.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 202 | 0.36 | 0.75 | 0 | 0.21 | 271.58 | 0.6 | 0.49 |
| Hex | 82 | 32 | CA | 24 | 4B | 0 | 15 | 110 | 3C | 31 |
| Octal | 202 | 62 | 312 | 44 | 113 | 0 | 25 | 420 | 74 | 61 |
| Binary | 10000010 | 110010 | 11001010 | 100100 | 1001011 | 0 | 10101 | 100010000 | 111100 | 110001 |
Color Harmonies of #8232CA
Complementary color
Monochromatic Colors of #8232CA
Black with #8232CA
Text Example
Text Example
White with #8232CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232CA; }
p { color: rgb(130,50,202); }
H1.HeaderClassName
{
color: #8232CA;
}
.AnyTagClassName
{
color: #8232CA;
}
</style>
background-color css
<style>
a { background-color: #8232CA; }
a { background-color: rgb(130,50,202); }
div.DivClassName
{
background-color: #8232CA;
}
.BgClassName
{
background-color: #8232CA;
}
</style>
border-color css
<style>
span { border-color: #8232CA; }
span { border-color: rgb(130,50,202); }
td.TdClassName
{
border-color: #8232CA;
}
.TagClassName
{
border-color: #8232CA;
}
</style>