Shades of Dark Orchid #8142CB
Tints of Dark Orchid #8142CB
RGB
CMYK
RGB Variations
Color information
#8142CB (or 0x8142CB) is known color: Dark Orchid. HEX triplet: 81, 42 and CB. RGB value is (129,66,203). Sum of RGB (Red+Green+Blue) = 129+66+203=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #8142CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8142CB is #7EBD34. Grayscale: #636363. Windows color (decimal): -8305973 or 13320833. OLE color: 13320833.
HSL color Cylindrical-coordinate representation of color #8142CB: hue angle of 267.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8142CB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 66 | 203 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.20 |
| HSL | 267.59º | 0.57% | 0.53% | - |
| HSV(B) | 267.59º | 0.67% | 0.8% | - |
| XYZ | 21.78 | 12.88 | 57.84 | - |
| YUV | 100.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 203 | 0.36 | 0.67 | 0 | 0.20 | 267.59 | 0.57 | 0.53 |
| Hex | 81 | 42 | CB | 24 | 43 | 0 | 14 | 10C | 39 | 35 |
| Octal | 201 | 102 | 313 | 44 | 103 | 0 | 24 | 414 | 71 | 65 |
| Binary | 10000001 | 1000010 | 11001011 | 100100 | 1000011 | 0 | 10100 | 100001100 | 111001 | 110101 |
Color Harmonies of #8142CB
Complementary color
Monochromatic Colors of #8142CB
Black with #8142CB
Text Example
Text Example
White with #8142CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8142CB; }
p { color: rgb(129,66,203); }
H1.HeaderClassName
{
color: #8142CB;
}
.AnyTagClassName
{
color: #8142CB;
}
</style>
background-color css
<style>
a { background-color: #8142CB; }
a { background-color: rgb(129,66,203); }
div.DivClassName
{
background-color: #8142CB;
}
.BgClassName
{
background-color: #8142CB;
}
</style>
border-color css
<style>
span { border-color: #8142CB; }
span { border-color: rgb(129,66,203); }
td.TdClassName
{
border-color: #8142CB;
}
.TagClassName
{
border-color: #8142CB;
}
</style>