Shades of Blue Violet #8025D4
Tints of Blue Violet #8025D4
RGB
CMYK
RGB Variations
Color information
#8025D4 (or 0x8025D4) is known color: Blue Violet. HEX triplet: 80, 25 and D4. RGB value is (128,37,212). Sum of RGB (Red+Green+Blue) = 128+37+212=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 212 (83.20% from 255 or 56.23% from 377); Max value from RGB is 212 - color contains mainly: blue. Hex color #8025D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8025D4 is #7FDA2B. Grayscale: #535353. Windows color (decimal): -8378924 or 13903232. OLE color: 13903232.
HSL color Cylindrical-coordinate representation of color #8025D4: hue angle of 271.2º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8025D4 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 37 | 212 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.17 |
| HSL | 271.2º | 0.7% | 0.49% | - |
| HSV(B) | 271.2º | 0.83% | 0.83% | - |
| XYZ | 21.45 | 10.67 | 63.22 | - |
| YUV | 84.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 212 | 0.40 | 0.83 | 0 | 0.17 | 271.2 | 0.7 | 0.49 |
| Hex | 80 | 25 | D4 | 28 | 53 | 0 | 11 | 10F | 46 | 31 |
| Octal | 200 | 45 | 324 | 50 | 123 | 0 | 21 | 417 | 106 | 61 |
| Binary | 10000000 | 100101 | 11010100 | 101000 | 1010011 | 0 | 10001 | 100001111 | 1000110 | 110001 |
Color Harmonies of #8025D4
Complementary color
Monochromatic Colors of #8025D4
Black with #8025D4
Text Example
Text Example
White with #8025D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8025D4; }
p { color: rgb(128,37,212); }
H1.HeaderClassName
{
color: #8025D4;
}
.AnyTagClassName
{
color: #8025D4;
}
</style>
background-color css
<style>
a { background-color: #8025D4; }
a { background-color: rgb(128,37,212); }
div.DivClassName
{
background-color: #8025D4;
}
.BgClassName
{
background-color: #8025D4;
}
</style>
border-color css
<style>
span { border-color: #8025D4; }
span { border-color: rgb(128,37,212); }
td.TdClassName
{
border-color: #8025D4;
}
.TagClassName
{
border-color: #8025D4;
}
</style>