Shades of Dark Orchid #8340CA
Tints of Dark Orchid #8340CA
RGB
CMYK
RGB Variations
Color information
#8340CA (or 0x8340CA) is known color: Dark Orchid. HEX triplet: 83, 40 and CA. RGB value is (131,64,202). Sum of RGB (Red+Green+Blue) = 131+64+202=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #8340CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340CA is #7CBF35. Grayscale: #636363. Windows color (decimal): -8175414 or 13254787. OLE color: 13254787.
HSL color Cylindrical-coordinate representation of color #8340CA: hue angle of 269.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8340CA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 64 | 202 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.21 |
| HSL | 269.13º | 0.57% | 0.52% | - |
| HSV(B) | 269.13º | 0.68% | 0.79% | - |
| XYZ | 21.85 | 12.76 | 57.19 | - |
| YUV | 99.77 | 185.7 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 202 | 0.35 | 0.68 | 0 | 0.21 | 269.13 | 0.57 | 0.52 |
| Hex | 83 | 40 | CA | 23 | 44 | 0 | 15 | 10D | 39 | 34 |
| Octal | 203 | 100 | 312 | 43 | 104 | 0 | 25 | 415 | 71 | 64 |
| Binary | 10000011 | 1000000 | 11001010 | 100011 | 1000100 | 0 | 10101 | 100001101 | 111001 | 110100 |
Color Harmonies of #8340CA
Complementary color
Monochromatic Colors of #8340CA
Black with #8340CA
Text Example
Text Example
White with #8340CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340CA; }
p { color: rgb(131,64,202); }
H1.HeaderClassName
{
color: #8340CA;
}
.AnyTagClassName
{
color: #8340CA;
}
</style>
background-color css
<style>
a { background-color: #8340CA; }
a { background-color: rgb(131,64,202); }
div.DivClassName
{
background-color: #8340CA;
}
.BgClassName
{
background-color: #8340CA;
}
</style>
border-color css
<style>
span { border-color: #8340CA; }
span { border-color: rgb(131,64,202); }
td.TdClassName
{
border-color: #8340CA;
}
.TagClassName
{
border-color: #8340CA;
}
</style>