Shades of Dark Orchid #8C1AB3
Tints of Dark Orchid #8C1AB3
RGB
CMYK
RGB Variations
Color information
#8C1AB3 (or 0x8C1AB3) is known color: Dark Orchid. HEX triplet: 8C, 1A and B3. RGB value is (140,26,179). Sum of RGB (Red+Green+Blue) = 140+26+179=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C1AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1AB3 is #73E54C. Grayscale: #4D4D4D. Windows color (decimal): -7595341 or 11737740. OLE color: 11737740.
HSL color Cylindrical-coordinate representation of color #8C1AB3: hue angle of 284.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1AB3 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 26 | 179 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.30 |
| HSL | 284.71º | 0.75% | 0.4% | - |
| HSV(B) | 284.71º | 0.85% | 0.7% | - |
| XYZ | 19.32 | 9.57 | 43.48 | - |
| YUV | 77.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 179 | 0.22 | 0.85 | 0 | 0.30 | 284.71 | 0.75 | 0.4 |
| Hex | 8C | 1A | B3 | 16 | 55 | 0 | 1E | 11D | 4B | 28 |
| Octal | 214 | 32 | 263 | 26 | 125 | 0 | 36 | 435 | 113 | 50 |
| Binary | 10001100 | 11010 | 10110011 | 10110 | 1010101 | 0 | 11110 | 100011101 | 1001011 | 101000 |
Color Harmonies of #8C1AB3
Complementary color
Monochromatic Colors of #8C1AB3
Black with #8C1AB3
Text Example
Text Example
White with #8C1AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1AB3; }
p { color: rgb(140,26,179); }
H1.HeaderClassName
{
color: #8C1AB3;
}
.AnyTagClassName
{
color: #8C1AB3;
}
</style>
background-color css
<style>
a { background-color: #8C1AB3; }
a { background-color: rgb(140,26,179); }
div.DivClassName
{
background-color: #8C1AB3;
}
.BgClassName
{
background-color: #8C1AB3;
}
</style>
border-color css
<style>
span { border-color: #8C1AB3; }
span { border-color: rgb(140,26,179); }
td.TdClassName
{
border-color: #8C1AB3;
}
.TagClassName
{
border-color: #8C1AB3;
}
</style>