Shades of Dark Orchid #8341CA
Tints of Dark Orchid #8341CA
RGB
CMYK
RGB Variations
Color information
#8341CA (or 0x8341CA) is known color: Dark Orchid. HEX triplet: 83, 41 and CA. RGB value is (131,65,202). Sum of RGB (Red+Green+Blue) = 131+65+202=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #8341CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341CA is #7CBE35. Grayscale: #636363. Windows color (decimal): -8175158 or 13255043. OLE color: 13255043.
HSL color Cylindrical-coordinate representation of color #8341CA: hue angle of 268.91º degrees, saturation: 0.56, 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 #8341CA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 65 | 202 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.21 |
| HSL | 268.91º | 0.56% | 0.52% | - |
| HSV(B) | 268.91º | 0.68% | 0.79% | - |
| XYZ | 21.91 | 12.87 | 57.21 | - |
| YUV | 100.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 202 | 0.35 | 0.68 | 0 | 0.21 | 268.91 | 0.56 | 0.52 |
| Hex | 83 | 41 | CA | 23 | 44 | 0 | 15 | 10D | 38 | 34 |
| Octal | 203 | 101 | 312 | 43 | 104 | 0 | 25 | 415 | 70 | 64 |
| Binary | 10000011 | 1000001 | 11001010 | 100011 | 1000100 | 0 | 10101 | 100001101 | 111000 | 110100 |
Color Harmonies of #8341CA
Complementary color
Monochromatic Colors of #8341CA
Black with #8341CA
Text Example
Text Example
White with #8341CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341CA; }
p { color: rgb(131,65,202); }
H1.HeaderClassName
{
color: #8341CA;
}
.AnyTagClassName
{
color: #8341CA;
}
</style>
background-color css
<style>
a { background-color: #8341CA; }
a { background-color: rgb(131,65,202); }
div.DivClassName
{
background-color: #8341CA;
}
.BgClassName
{
background-color: #8341CA;
}
</style>
border-color css
<style>
span { border-color: #8341CA; }
span { border-color: rgb(131,65,202); }
td.TdClassName
{
border-color: #8341CA;
}
.TagClassName
{
border-color: #8341CA;
}
</style>