Shades of Blue Violet #8325D3
Tints of Blue Violet #8325D3
RGB
CMYK
RGB Variations
Color information
#8325D3 (or 0x8325D3) is known color: Blue Violet. HEX triplet: 83, 25 and D3. RGB value is (131,37,211). Sum of RGB (Red+Green+Blue) = 131+37+211=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #8325D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325D3 is #7CDA2C. Grayscale: #545454. Windows color (decimal): -8182317 or 13837699. OLE color: 13837699.
HSL color Cylindrical-coordinate representation of color #8325D3: hue angle of 272.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8325D3 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 37 | 211 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.17 |
| HSL | 272.41º | 0.7% | 0.49% | - |
| HSV(B) | 272.41º | 0.82% | 0.83% | - |
| XYZ | 21.78 | 10.85 | 62.57 | - |
| YUV | 84.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 211 | 0.38 | 0.82 | 0 | 0.17 | 272.41 | 0.7 | 0.49 |
| Hex | 83 | 25 | D3 | 26 | 52 | 0 | 11 | 110 | 46 | 31 |
| Octal | 203 | 45 | 323 | 46 | 122 | 0 | 21 | 420 | 106 | 61 |
| Binary | 10000011 | 100101 | 11010011 | 100110 | 1010010 | 0 | 10001 | 100010000 | 1000110 | 110001 |
Color Harmonies of #8325D3
Complementary color
Monochromatic Colors of #8325D3
Black with #8325D3
Text Example
Text Example
White with #8325D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325D3; }
p { color: rgb(131,37,211); }
H1.HeaderClassName
{
color: #8325D3;
}
.AnyTagClassName
{
color: #8325D3;
}
</style>
background-color css
<style>
a { background-color: #8325D3; }
a { background-color: rgb(131,37,211); }
div.DivClassName
{
background-color: #8325D3;
}
.BgClassName
{
background-color: #8325D3;
}
</style>
border-color css
<style>
span { border-color: #8325D3; }
span { border-color: rgb(131,37,211); }
td.TdClassName
{
border-color: #8325D3;
}
.TagClassName
{
border-color: #8325D3;
}
</style>