Shades of Blue Violet #8325D0
Tints of Blue Violet #8325D0
RGB
CMYK
RGB Variations
Color information
#8325D0 (or 0x8325D0) is known color: Blue Violet. HEX triplet: 83, 25 and D0. RGB value is (131,37,208). Sum of RGB (Red+Green+Blue) = 131+37+208=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #8325D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325D0 is #7CDA2F. Grayscale: #545454. Windows color (decimal): -8182320 or 13641091. OLE color: 13641091.
HSL color Cylindrical-coordinate representation of color #8325D0: hue angle of 272.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8325D0 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 37 | 208 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.18 |
| HSL | 272.98º | 0.7% | 0.48% | - |
| HSV(B) | 272.98º | 0.82% | 0.82% | - |
| XYZ | 21.41 | 10.7 | 60.61 | - |
| YUV | 84.6 | 197.64 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 208 | 0.37 | 0.82 | 0 | 0.18 | 272.98 | 0.7 | 0.48 |
| Hex | 83 | 25 | D0 | 25 | 52 | 0 | 12 | 111 | 46 | 30 |
| Octal | 203 | 45 | 320 | 45 | 122 | 0 | 22 | 421 | 106 | 60 |
| Binary | 10000011 | 100101 | 11010000 | 100101 | 1010010 | 0 | 10010 | 100010001 | 1000110 | 110000 |
Color Harmonies of #8325D0
Complementary color
Monochromatic Colors of #8325D0
Black with #8325D0
Text Example
Text Example
White with #8325D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325D0; }
p { color: rgb(131,37,208); }
H1.HeaderClassName
{
color: #8325D0;
}
.AnyTagClassName
{
color: #8325D0;
}
</style>
background-color css
<style>
a { background-color: #8325D0; }
a { background-color: rgb(131,37,208); }
div.DivClassName
{
background-color: #8325D0;
}
.BgClassName
{
background-color: #8325D0;
}
</style>
border-color css
<style>
span { border-color: #8325D0; }
span { border-color: rgb(131,37,208); }
td.TdClassName
{
border-color: #8325D0;
}
.TagClassName
{
border-color: #8325D0;
}
</style>