Shades of Dark Orchid #8A46CA
Tints of Dark Orchid #8A46CA
RGB
CMYK
RGB Variations
Color information
#8A46CA (or 0x8A46CA) is known color: Dark Orchid. HEX triplet: 8A, 46 and CA. RGB value is (138,70,202). Sum of RGB (Red+Green+Blue) = 138+70+202=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A46CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A46CA is #75B935. Grayscale: #686868. Windows color (decimal): -7715126 or 13256330. OLE color: 13256330.
HSL color Cylindrical-coordinate representation of color #8A46CA: hue angle of 270.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A46CA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 70 | 202 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.21 |
| HSL | 270.91º | 0.55% | 0.53% | - |
| HSV(B) | 270.91º | 0.65% | 0.79% | - |
| XYZ | 23.33 | 14.05 | 57.36 | - |
| YUV | 105.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 202 | 0.32 | 0.65 | 0 | 0.21 | 270.91 | 0.55 | 0.53 |
| Hex | 8A | 46 | CA | 20 | 41 | 0 | 15 | 10F | 37 | 35 |
| Octal | 212 | 106 | 312 | 40 | 101 | 0 | 25 | 417 | 67 | 65 |
| Binary | 10001010 | 1000110 | 11001010 | 100000 | 1000001 | 0 | 10101 | 100001111 | 110111 | 110101 |
Color Harmonies of #8A46CA
Complementary color
Monochromatic Colors of #8A46CA
Black with #8A46CA
Text Example
Text Example
White with #8A46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A46CA; }
p { color: rgb(138,70,202); }
H1.HeaderClassName
{
color: #8A46CA;
}
.AnyTagClassName
{
color: #8A46CA;
}
</style>
background-color css
<style>
a { background-color: #8A46CA; }
a { background-color: rgb(138,70,202); }
div.DivClassName
{
background-color: #8A46CA;
}
.BgClassName
{
background-color: #8A46CA;
}
</style>
border-color css
<style>
span { border-color: #8A46CA; }
span { border-color: rgb(138,70,202); }
td.TdClassName
{
border-color: #8A46CA;
}
.TagClassName
{
border-color: #8A46CA;
}
</style>