Shades of Dark Orchid #8144CA
Tints of Dark Orchid #8144CA
RGB
CMYK
RGB Variations
Color information
#8144CA (or 0x8144CA) is known color: Dark Orchid. HEX triplet: 81, 44 and CA. RGB value is (129,68,202). Sum of RGB (Red+Green+Blue) = 129+68+202=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8144CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8144CA is #7EBB35. Grayscale: #656565. Windows color (decimal): -8305462 or 13255809. OLE color: 13255809.
HSL color Cylindrical-coordinate representation of color #8144CA: hue angle of 267.31º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8144CA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 68 | 202 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.21 |
| HSL | 267.31º | 0.56% | 0.53% | - |
| HSV(B) | 267.31º | 0.66% | 0.79% | - |
| XYZ | 21.78 | 13.07 | 57.25 | - |
| YUV | 101.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 202 | 0.36 | 0.66 | 0 | 0.21 | 267.31 | 0.56 | 0.53 |
| Hex | 81 | 44 | CA | 24 | 42 | 0 | 15 | 10B | 38 | 35 |
| Octal | 201 | 104 | 312 | 44 | 102 | 0 | 25 | 413 | 70 | 65 |
| Binary | 10000001 | 1000100 | 11001010 | 100100 | 1000010 | 0 | 10101 | 100001011 | 111000 | 110101 |
Color Harmonies of #8144CA
Complementary color
Monochromatic Colors of #8144CA
Black with #8144CA
Text Example
Text Example
White with #8144CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8144CA; }
p { color: rgb(129,68,202); }
H1.HeaderClassName
{
color: #8144CA;
}
.AnyTagClassName
{
color: #8144CA;
}
</style>
background-color css
<style>
a { background-color: #8144CA; }
a { background-color: rgb(129,68,202); }
div.DivClassName
{
background-color: #8144CA;
}
.BgClassName
{
background-color: #8144CA;
}
</style>
border-color css
<style>
span { border-color: #8144CA; }
span { border-color: rgb(129,68,202); }
td.TdClassName
{
border-color: #8144CA;
}
.TagClassName
{
border-color: #8144CA;
}
</style>