Shades of Dark Orchid #8A3BCA
Tints of Dark Orchid #8A3BCA
RGB
CMYK
RGB Variations
Color information
#8A3BCA (or 0x8A3BCA) is known color: Dark Orchid. HEX triplet: 8A, 3B and CA. RGB value is (138,59,202). Sum of RGB (Red+Green+Blue) = 138+59+202=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A3BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BCA is #75C435. Grayscale: #626262. Windows color (decimal): -7717942 or 13253514. OLE color: 13253514.
HSL color Cylindrical-coordinate representation of color #8A3BCA: hue angle of 273.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3BCA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 59 | 202 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.21 |
| HSL | 273.15º | 0.57% | 0.51% | - |
| HSV(B) | 273.15º | 0.71% | 0.79% | - |
| XYZ | 22.71 | 12.8 | 57.15 | - |
| YUV | 98.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 202 | 0.32 | 0.71 | 0 | 0.21 | 273.15 | 0.57 | 0.51 |
| Hex | 8A | 3B | CA | 20 | 47 | 0 | 15 | 111 | 39 | 33 |
| Octal | 212 | 73 | 312 | 40 | 107 | 0 | 25 | 421 | 71 | 63 |
| Binary | 10001010 | 111011 | 11001010 | 100000 | 1000111 | 0 | 10101 | 100010001 | 111001 | 110011 |
Color Harmonies of #8A3BCA
Complementary color
Monochromatic Colors of #8A3BCA
Black with #8A3BCA
Text Example
Text Example
White with #8A3BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3BCA; }
p { color: rgb(138,59,202); }
H1.HeaderClassName
{
color: #8A3BCA;
}
.AnyTagClassName
{
color: #8A3BCA;
}
</style>
background-color css
<style>
a { background-color: #8A3BCA; }
a { background-color: rgb(138,59,202); }
div.DivClassName
{
background-color: #8A3BCA;
}
.BgClassName
{
background-color: #8A3BCA;
}
</style>
border-color css
<style>
span { border-color: #8A3BCA; }
span { border-color: rgb(138,59,202); }
td.TdClassName
{
border-color: #8A3BCA;
}
.TagClassName
{
border-color: #8A3BCA;
}
</style>