Shades of Dark Orchid #8147CB
Tints of Dark Orchid #8147CB
RGB
CMYK
RGB Variations
Color information
#8147CB (or 0x8147CB) is known color: Dark Orchid. HEX triplet: 81, 47 and CB. RGB value is (129,71,203). Sum of RGB (Red+Green+Blue) = 129+71+203=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #8147CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147CB is #7EB834. Grayscale: #666666. Windows color (decimal): -8304693 or 13322113. OLE color: 13322113.
HSL color Cylindrical-coordinate representation of color #8147CB: hue angle of 266.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8147CB is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 71 | 203 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.20 |
| HSL | 266.36º | 0.56% | 0.54% | - |
| HSV(B) | 266.36º | 0.65% | 0.8% | - |
| XYZ | 22.09 | 13.49 | 57.94 | - |
| YUV | 103.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 203 | 0.36 | 0.65 | 0 | 0.20 | 266.36 | 0.56 | 0.54 |
| Hex | 81 | 47 | CB | 24 | 41 | 0 | 14 | 10A | 38 | 36 |
| Octal | 201 | 107 | 313 | 44 | 101 | 0 | 24 | 412 | 70 | 66 |
| Binary | 10000001 | 1000111 | 11001011 | 100100 | 1000001 | 0 | 10100 | 100001010 | 111000 | 110110 |
Color Harmonies of #8147CB
Complementary color
Monochromatic Colors of #8147CB
Black with #8147CB
Text Example
Text Example
White with #8147CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147CB; }
p { color: rgb(129,71,203); }
H1.HeaderClassName
{
color: #8147CB;
}
.AnyTagClassName
{
color: #8147CB;
}
</style>
background-color css
<style>
a { background-color: #8147CB; }
a { background-color: rgb(129,71,203); }
div.DivClassName
{
background-color: #8147CB;
}
.BgClassName
{
background-color: #8147CB;
}
</style>
border-color css
<style>
span { border-color: #8147CB; }
span { border-color: rgb(129,71,203); }
td.TdClassName
{
border-color: #8147CB;
}
.TagClassName
{
border-color: #8147CB;
}
</style>