Shades of Dark Orchid #8C26CC
Tints of Dark Orchid #8C26CC
RGB
CMYK
RGB Variations
Color information
#8C26CC (or 0x8C26CC) is known color: Dark Orchid. HEX triplet: 8C, 26 and CC. RGB value is (140,38,204). Sum of RGB (Red+Green+Blue) = 140+38+204=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C26CC is #73D933. Grayscale: #565656. Windows color (decimal): -7592244 or 13379212. OLE color: 13379212.
HSL color Cylindrical-coordinate representation of color #8C26CC: hue angle of 276.87º 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 #8C26CC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 38 | 204 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.2 |
| HSL | 276.87º | 0.69% | 0.47% | - |
| HSV(B) | 276.87º | 0.81% | 0.8% | - |
| XYZ | 22.41 | 11.32 | 58.13 | - |
| YUV | 87.42 | 193.79 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 204 | 0.31 | 0.81 | 0 | 0.2 | 276.87 | 0.69 | 0.47 |
| Hex | 8C | 26 | CC | 1F | 51 | 0 | 14 | 115 | 45 | 2F |
| Octal | 214 | 46 | 314 | 37 | 121 | 0 | 24 | 425 | 105 | 57 |
| Binary | 10001100 | 100110 | 11001100 | 11111 | 1010001 | 0 | 10100 | 100010101 | 1000101 | 101111 |
Color Harmonies of #8C26CC
Complementary color
Monochromatic Colors of #8C26CC
Black with #8C26CC
Text Example
Text Example
White with #8C26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C26CC; }
p { color: rgb(140,38,204); }
H1.HeaderClassName
{
color: #8C26CC;
}
.AnyTagClassName
{
color: #8C26CC;
}
</style>
background-color css
<style>
a { background-color: #8C26CC; }
a { background-color: rgb(140,38,204); }
div.DivClassName
{
background-color: #8C26CC;
}
.BgClassName
{
background-color: #8C26CC;
}
</style>
border-color css
<style>
span { border-color: #8C26CC; }
span { border-color: rgb(140,38,204); }
td.TdClassName
{
border-color: #8C26CC;
}
.TagClassName
{
border-color: #8C26CC;
}
</style>