Shades of Dark Orchid #8A26CC
Tints of Dark Orchid #8A26CC
RGB
CMYK
RGB Variations
Color information
#8A26CC (or 0x8A26CC) is known color: Dark Orchid. HEX triplet: 8A, 26 and CC. RGB value is (138,38,204). Sum of RGB (Red+Green+Blue) = 138+38+204=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A26CC is #75D933. Grayscale: #565656. Windows color (decimal): -7723316 or 13379210. OLE color: 13379210.
HSL color Cylindrical-coordinate representation of color #8A26CC: hue angle of 276.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A26CC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 38 | 204 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.2 |
| HSL | 276.14º | 0.69% | 0.47% | - |
| HSV(B) | 276.14º | 0.81% | 0.8% | - |
| XYZ | 22.07 | 11.15 | 58.12 | - |
| YUV | 86.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 204 | 0.32 | 0.81 | 0 | 0.2 | 276.14 | 0.69 | 0.47 |
| Hex | 8A | 26 | CC | 20 | 51 | 0 | 14 | 114 | 45 | 2F |
| Octal | 212 | 46 | 314 | 40 | 121 | 0 | 24 | 424 | 105 | 57 |
| Binary | 10001010 | 100110 | 11001100 | 100000 | 1010001 | 0 | 10100 | 100010100 | 1000101 | 101111 |
Color Harmonies of #8A26CC
Complementary color
Monochromatic Colors of #8A26CC
Black with #8A26CC
Text Example
Text Example
White with #8A26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A26CC; }
p { color: rgb(138,38,204); }
H1.HeaderClassName
{
color: #8A26CC;
}
.AnyTagClassName
{
color: #8A26CC;
}
</style>
background-color css
<style>
a { background-color: #8A26CC; }
a { background-color: rgb(138,38,204); }
div.DivClassName
{
background-color: #8A26CC;
}
.BgClassName
{
background-color: #8A26CC;
}
</style>
border-color css
<style>
span { border-color: #8A26CC; }
span { border-color: rgb(138,38,204); }
td.TdClassName
{
border-color: #8A26CC;
}
.TagClassName
{
border-color: #8A26CC;
}
</style>