Shades of Blue Violet #8025DF
Tints of Blue Violet #8025DF
RGB
CMYK
RGB Variations
Color information
#8025DF (or 0x8025DF) is known color: Blue Violet. HEX triplet: 80, 25 and DF. RGB value is (128,37,223). Sum of RGB (Red+Green+Blue) = 128+37+223=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #8025DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8025DF is #7FDA20. Grayscale: #545454. Windows color (decimal): -8378913 or 14624128. OLE color: 14624128.
HSL color Cylindrical-coordinate representation of color #8025DF: hue angle of 269.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8025DF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 37 | 223 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.13 |
| HSL | 269.35º | 0.74% | 0.51% | - |
| HSV(B) | 269.35º | 0.83% | 0.87% | - |
| XYZ | 22.88 | 11.24 | 70.78 | - |
| YUV | 85.41 | 205.65 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 223 | 0.43 | 0.83 | 0 | 0.13 | 269.35 | 0.74 | 0.51 |
| Hex | 80 | 25 | DF | 2B | 53 | 0 | D | 10D | 4A | 33 |
| Octal | 200 | 45 | 337 | 53 | 123 | 0 | 15 | 415 | 112 | 63 |
| Binary | 10000000 | 100101 | 11011111 | 101011 | 1010011 | 0 | 1101 | 100001101 | 1001010 | 110011 |
Color Harmonies of #8025DF
Complementary color
Monochromatic Colors of #8025DF
Black with #8025DF
Text Example
Text Example
White with #8025DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8025DF; }
p { color: rgb(128,37,223); }
H1.HeaderClassName
{
color: #8025DF;
}
.AnyTagClassName
{
color: #8025DF;
}
</style>
background-color css
<style>
a { background-color: #8025DF; }
a { background-color: rgb(128,37,223); }
div.DivClassName
{
background-color: #8025DF;
}
.BgClassName
{
background-color: #8025DF;
}
</style>
border-color css
<style>
span { border-color: #8025DF; }
span { border-color: rgb(128,37,223); }
td.TdClassName
{
border-color: #8025DF;
}
.TagClassName
{
border-color: #8025DF;
}
</style>