Shades of Dark Orchid #8325B7
Tints of Dark Orchid #8325B7
RGB
CMYK
RGB Variations
Color information
#8325B7 (or 0x8325B7) is known color: Dark Orchid. HEX triplet: 83, 25 and B7. RGB value is (131,37,183). Sum of RGB (Red+Green+Blue) = 131+37+183=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #8325B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325B7 is #7CDA48. Grayscale: #515151. Windows color (decimal): -8182345 or 12002691. OLE color: 12002691.
HSL color Cylindrical-coordinate representation of color #8325B7: hue angle of 278.63º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8325B7 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 37 | 183 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.28 |
| HSL | 278.63º | 0.66% | 0.43% | - |
| HSV(B) | 278.63º | 0.8% | 0.72% | - |
| XYZ | 18.57 | 9.57 | 45.67 | - |
| YUV | 81.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 183 | 0.28 | 0.80 | 0 | 0.28 | 278.63 | 0.66 | 0.43 |
| Hex | 83 | 25 | B7 | 1C | 50 | 0 | 1C | 117 | 42 | 2B |
| Octal | 203 | 45 | 267 | 34 | 120 | 0 | 34 | 427 | 102 | 53 |
| Binary | 10000011 | 100101 | 10110111 | 11100 | 1010000 | 0 | 11100 | 100010111 | 1000010 | 101011 |
Color Harmonies of #8325B7
Complementary color
Monochromatic Colors of #8325B7
Black with #8325B7
Text Example
Text Example
White with #8325B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325B7; }
p { color: rgb(131,37,183); }
H1.HeaderClassName
{
color: #8325B7;
}
.AnyTagClassName
{
color: #8325B7;
}
</style>
background-color css
<style>
a { background-color: #8325B7; }
a { background-color: rgb(131,37,183); }
div.DivClassName
{
background-color: #8325B7;
}
.BgClassName
{
background-color: #8325B7;
}
</style>
border-color css
<style>
span { border-color: #8325B7; }
span { border-color: rgb(131,37,183); }
td.TdClassName
{
border-color: #8325B7;
}
.TagClassName
{
border-color: #8325B7;
}
</style>