Shades of Dark Orchid #8A3CB5
Tints of Dark Orchid #8A3CB5
RGB
CMYK
RGB Variations
Color information
#8A3CB5 (or 0x8A3CB5) is known color: Dark Orchid. HEX triplet: 8A, 3C and B5. RGB value is (138,60,181). Sum of RGB (Red+Green+Blue) = 138+60+181=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A3CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3CB5 is #75C34A. Grayscale: #606060. Windows color (decimal): -7717707 or 11877514. OLE color: 11877514.
HSL color Cylindrical-coordinate representation of color #8A3CB5: hue angle of 278.68º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3CB5 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 60 | 181 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.29 |
| HSL | 278.68º | 0.5% | 0.47% | - |
| HSV(B) | 278.68º | 0.67% | 0.71% | - |
| XYZ | 20.44 | 11.97 | 44.95 | - |
| YUV | 97.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 181 | 0.24 | 0.67 | 0 | 0.29 | 278.68 | 0.5 | 0.47 |
| Hex | 8A | 3C | B5 | 18 | 43 | 0 | 1D | 117 | 32 | 2F |
| Octal | 212 | 74 | 265 | 30 | 103 | 0 | 35 | 427 | 62 | 57 |
| Binary | 10001010 | 111100 | 10110101 | 11000 | 1000011 | 0 | 11101 | 100010111 | 110010 | 101111 |
Color Harmonies of #8A3CB5
Complementary color
Monochromatic Colors of #8A3CB5
Black with #8A3CB5
Text Example
Text Example
White with #8A3CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3CB5; }
p { color: rgb(138,60,181); }
H1.HeaderClassName
{
color: #8A3CB5;
}
.AnyTagClassName
{
color: #8A3CB5;
}
</style>
background-color css
<style>
a { background-color: #8A3CB5; }
a { background-color: rgb(138,60,181); }
div.DivClassName
{
background-color: #8A3CB5;
}
.BgClassName
{
background-color: #8A3CB5;
}
</style>
border-color css
<style>
span { border-color: #8A3CB5; }
span { border-color: rgb(138,60,181); }
td.TdClassName
{
border-color: #8A3CB5;
}
.TagClassName
{
border-color: #8A3CB5;
}
</style>