Shades of Dark Orchid #8121B3
Tints of Dark Orchid #8121B3
RGB
CMYK
RGB Variations
Color information
#8121B3 (or 0x8121B3) is known color: Dark Orchid. HEX triplet: 81, 21 and B3. RGB value is (129,33,179). Sum of RGB (Red+Green+Blue) = 129+33+179=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #8121B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121B3 is #7EDE4C. Grayscale: #4D4D4D. Windows color (decimal): -8314445 or 11739521. OLE color: 11739521.
HSL color Cylindrical-coordinate representation of color #8121B3: hue angle of 279.45º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8121B3 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 33 | 179 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.30 |
| HSL | 279.45º | 0.69% | 0.42% | - |
| HSV(B) | 279.45º | 0.82% | 0.7% | - |
| XYZ | 17.73 | 9.01 | 43.45 | - |
| YUV | 78.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 179 | 0.28 | 0.82 | 0 | 0.30 | 279.45 | 0.69 | 0.42 |
| Hex | 81 | 21 | B3 | 1C | 52 | 0 | 1E | 117 | 45 | 2A |
| Octal | 201 | 41 | 263 | 34 | 122 | 0 | 36 | 427 | 105 | 52 |
| Binary | 10000001 | 100001 | 10110011 | 11100 | 1010010 | 0 | 11110 | 100010111 | 1000101 | 101010 |
Color Harmonies of #8121B3
Complementary color
Monochromatic Colors of #8121B3
Black with #8121B3
Text Example
Text Example
White with #8121B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121B3; }
p { color: rgb(129,33,179); }
H1.HeaderClassName
{
color: #8121B3;
}
.AnyTagClassName
{
color: #8121B3;
}
</style>
background-color css
<style>
a { background-color: #8121B3; }
a { background-color: rgb(129,33,179); }
div.DivClassName
{
background-color: #8121B3;
}
.BgClassName
{
background-color: #8121B3;
}
</style>
border-color css
<style>
span { border-color: #8121B3; }
span { border-color: rgb(129,33,179); }
td.TdClassName
{
border-color: #8121B3;
}
.TagClassName
{
border-color: #8121B3;
}
</style>