Shades of Dark Orchid #8140CB
Tints of Dark Orchid #8140CB
RGB
CMYK
RGB Variations
Color information
#8140CB (or 0x8140CB) is known color: Dark Orchid. HEX triplet: 81, 40 and CB. RGB value is (129,64,203). Sum of RGB (Red+Green+Blue) = 129+64+203=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #8140CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140CB is #7EBF34. Grayscale: #626262. Windows color (decimal): -8306485 or 13320321. OLE color: 13320321.
HSL color Cylindrical-coordinate representation of color #8140CB: hue angle of 268.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8140CB is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 64 | 203 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.20 |
| HSL | 268.06º | 0.57% | 0.52% | - |
| HSV(B) | 268.06º | 0.68% | 0.8% | - |
| XYZ | 21.67 | 12.65 | 57.8 | - |
| YUV | 99.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 203 | 0.36 | 0.68 | 0 | 0.20 | 268.06 | 0.57 | 0.52 |
| Hex | 81 | 40 | CB | 24 | 44 | 0 | 14 | 10C | 39 | 34 |
| Octal | 201 | 100 | 313 | 44 | 104 | 0 | 24 | 414 | 71 | 64 |
| Binary | 10000001 | 1000000 | 11001011 | 100100 | 1000100 | 0 | 10100 | 100001100 | 111001 | 110100 |
Color Harmonies of #8140CB
Complementary color
Monochromatic Colors of #8140CB
Black with #8140CB
Text Example
Text Example
White with #8140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140CB; }
p { color: rgb(129,64,203); }
H1.HeaderClassName
{
color: #8140CB;
}
.AnyTagClassName
{
color: #8140CB;
}
</style>
background-color css
<style>
a { background-color: #8140CB; }
a { background-color: rgb(129,64,203); }
div.DivClassName
{
background-color: #8140CB;
}
.BgClassName
{
background-color: #8140CB;
}
</style>
border-color css
<style>
span { border-color: #8140CB; }
span { border-color: rgb(129,64,203); }
td.TdClassName
{
border-color: #8140CB;
}
.TagClassName
{
border-color: #8140CB;
}
</style>