Shades of Dark Orchid #8122BF
Tints of Dark Orchid #8122BF
RGB
CMYK
RGB Variations
Color information
#8122BF (or 0x8122BF) is known color: Dark Orchid. HEX triplet: 81, 22 and BF. RGB value is (129,34,191). Sum of RGB (Red+Green+Blue) = 129+34+191=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #8122BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8122BF is #7EDD40. Grayscale: #4F4F4F. Windows color (decimal): -8314177 or 12526209. OLE color: 12526209.
HSL color Cylindrical-coordinate representation of color #8122BF: hue angle of 276.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8122BF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 34 | 191 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.25 |
| HSL | 276.31º | 0.7% | 0.44% | - |
| HSV(B) | 276.31º | 0.82% | 0.75% | - |
| XYZ | 19.03 | 9.57 | 50.13 | - |
| YUV | 80.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 191 | 0.32 | 0.82 | 0 | 0.25 | 276.31 | 0.7 | 0.44 |
| Hex | 81 | 22 | BF | 20 | 52 | 0 | 19 | 114 | 46 | 2C |
| Octal | 201 | 42 | 277 | 40 | 122 | 0 | 31 | 424 | 106 | 54 |
| Binary | 10000001 | 100010 | 10111111 | 100000 | 1010010 | 0 | 11001 | 100010100 | 1000110 | 101100 |
Color Harmonies of #8122BF
Complementary color
Monochromatic Colors of #8122BF
Black with #8122BF
Text Example
Text Example
White with #8122BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8122BF; }
p { color: rgb(129,34,191); }
H1.HeaderClassName
{
color: #8122BF;
}
.AnyTagClassName
{
color: #8122BF;
}
</style>
background-color css
<style>
a { background-color: #8122BF; }
a { background-color: rgb(129,34,191); }
div.DivClassName
{
background-color: #8122BF;
}
.BgClassName
{
background-color: #8122BF;
}
</style>
border-color css
<style>
span { border-color: #8122BF; }
span { border-color: rgb(129,34,191); }
td.TdClassName
{
border-color: #8122BF;
}
.TagClassName
{
border-color: #8122BF;
}
</style>