Shades of Dark Orchid #8132B7
Tints of Dark Orchid #8132B7
RGB
CMYK
RGB Variations
Color information
#8132B7 (or 0x8132B7) is known color: Dark Orchid. HEX triplet: 81, 32 and B7. RGB value is (129,50,183). Sum of RGB (Red+Green+Blue) = 129+50+183=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #8132B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8132B7 is #7ECD48. Grayscale: #585858. Windows color (decimal): -8310089 or 12006017. OLE color: 12006017.
HSL color Cylindrical-coordinate representation of color #8132B7: hue angle of 275.64º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8132B7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 50 | 183 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.28 |
| HSL | 275.64º | 0.57% | 0.46% | - |
| HSV(B) | 275.64º | 0.73% | 0.72% | - |
| XYZ | 18.74 | 10.37 | 45.81 | - |
| YUV | 88.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 183 | 0.30 | 0.73 | 0 | 0.28 | 275.64 | 0.57 | 0.46 |
| Hex | 81 | 32 | B7 | 1E | 49 | 0 | 1C | 114 | 39 | 2E |
| Octal | 201 | 62 | 267 | 36 | 111 | 0 | 34 | 424 | 71 | 56 |
| Binary | 10000001 | 110010 | 10110111 | 11110 | 1001001 | 0 | 11100 | 100010100 | 111001 | 101110 |
Color Harmonies of #8132B7
Complementary color
Monochromatic Colors of #8132B7
Black with #8132B7
Text Example
Text Example
White with #8132B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8132B7; }
p { color: rgb(129,50,183); }
H1.HeaderClassName
{
color: #8132B7;
}
.AnyTagClassName
{
color: #8132B7;
}
</style>
background-color css
<style>
a { background-color: #8132B7; }
a { background-color: rgb(129,50,183); }
div.DivClassName
{
background-color: #8132B7;
}
.BgClassName
{
background-color: #8132B7;
}
</style>
border-color css
<style>
span { border-color: #8132B7; }
span { border-color: rgb(129,50,183); }
td.TdClassName
{
border-color: #8132B7;
}
.TagClassName
{
border-color: #8132B7;
}
</style>