Shades of Dark Orchid #8144CB
Tints of Dark Orchid #8144CB
RGB
CMYK
RGB Variations
Color information
#8144CB (or 0x8144CB) is known color: Dark Orchid. HEX triplet: 81, 44 and CB. RGB value is (129,68,203). Sum of RGB (Red+Green+Blue) = 129+68+203=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #8144CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8144CB is #7EBB34. Grayscale: #656565. Windows color (decimal): -8305461 or 13321345. OLE color: 13321345.
HSL color Cylindrical-coordinate representation of color #8144CB: hue angle of 267.11º degrees, saturation: 0.56, 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 #8144CB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 68 | 203 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.20 |
| HSL | 267.11º | 0.56% | 0.53% | - |
| HSV(B) | 267.11º | 0.67% | 0.8% | - |
| XYZ | 21.9 | 13.11 | 57.88 | - |
| YUV | 101.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 203 | 0.36 | 0.67 | 0 | 0.20 | 267.11 | 0.56 | 0.53 |
| Hex | 81 | 44 | CB | 24 | 43 | 0 | 14 | 10B | 38 | 35 |
| Octal | 201 | 104 | 313 | 44 | 103 | 0 | 24 | 413 | 70 | 65 |
| Binary | 10000001 | 1000100 | 11001011 | 100100 | 1000011 | 0 | 10100 | 100001011 | 111000 | 110101 |
Color Harmonies of #8144CB
Complementary color
Monochromatic Colors of #8144CB
Black with #8144CB
Text Example
Text Example
White with #8144CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8144CB; }
p { color: rgb(129,68,203); }
H1.HeaderClassName
{
color: #8144CB;
}
.AnyTagClassName
{
color: #8144CB;
}
</style>
background-color css
<style>
a { background-color: #8144CB; }
a { background-color: rgb(129,68,203); }
div.DivClassName
{
background-color: #8144CB;
}
.BgClassName
{
background-color: #8144CB;
}
</style>
border-color css
<style>
span { border-color: #8144CB; }
span { border-color: rgb(129,68,203); }
td.TdClassName
{
border-color: #8144CB;
}
.TagClassName
{
border-color: #8144CB;
}
</style>