Shades of Blue Violet #8425CE
Tints of Blue Violet #8425CE
RGB
CMYK
RGB Variations
Color information
#8425CE (or 0x8425CE) is known color: Blue Violet. HEX triplet: 84, 25 and CE. RGB value is (132,37,206). Sum of RGB (Red+Green+Blue) = 132+37+206=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #8425CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425CE is #7BDA31. Grayscale: #545454. Windows color (decimal): -8116786 or 13510020. OLE color: 13510020.
HSL color Cylindrical-coordinate representation of color #8425CE: hue angle of 273.73º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8425CE is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 37 | 206 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.19 |
| HSL | 273.73º | 0.7% | 0.48% | - |
| HSV(B) | 273.73º | 0.82% | 0.81% | - |
| XYZ | 21.32 | 10.68 | 59.33 | - |
| YUV | 84.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 206 | 0.36 | 0.82 | 0 | 0.19 | 273.73 | 0.7 | 0.48 |
| Hex | 84 | 25 | CE | 24 | 52 | 0 | 13 | 112 | 46 | 30 |
| Octal | 204 | 45 | 316 | 44 | 122 | 0 | 23 | 422 | 106 | 60 |
| Binary | 10000100 | 100101 | 11001110 | 100100 | 1010010 | 0 | 10011 | 100010010 | 1000110 | 110000 |
Color Harmonies of #8425CE
Complementary color
Monochromatic Colors of #8425CE
Black with #8425CE
Text Example
Text Example
White with #8425CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8425CE; }
p { color: rgb(132,37,206); }
H1.HeaderClassName
{
color: #8425CE;
}
.AnyTagClassName
{
color: #8425CE;
}
</style>
background-color css
<style>
a { background-color: #8425CE; }
a { background-color: rgb(132,37,206); }
div.DivClassName
{
background-color: #8425CE;
}
.BgClassName
{
background-color: #8425CE;
}
</style>
border-color css
<style>
span { border-color: #8425CE; }
span { border-color: rgb(132,37,206); }
td.TdClassName
{
border-color: #8425CE;
}
.TagClassName
{
border-color: #8425CE;
}
</style>