Shades of Blue Violet #8025DB
Tints of Blue Violet #8025DB
RGB
CMYK
RGB Variations
Color information
#8025DB (or 0x8025DB) is known color: Blue Violet. HEX triplet: 80, 25 and DB. RGB value is (128,37,219). Sum of RGB (Red+Green+Blue) = 128+37+219=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #8025DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8025DB is #7FDA24. Grayscale: #545454. Windows color (decimal): -8378917 or 14361984. OLE color: 14361984.
HSL color Cylindrical-coordinate representation of color #8025DB: hue angle of 270º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8025DB is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 37 | 219 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.14 |
| HSL | 270º | 0.72% | 0.5% | - |
| HSV(B) | 270º | 0.83% | 0.86% | - |
| XYZ | 22.35 | 11.03 | 67.97 | - |
| YUV | 84.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 219 | 0.42 | 0.83 | 0 | 0.14 | 270 | 0.72 | 0.5 |
| Hex | 80 | 25 | DB | 2A | 53 | 0 | E | 10E | 48 | 32 |
| Octal | 200 | 45 | 333 | 52 | 123 | 0 | 16 | 416 | 110 | 62 |
| Binary | 10000000 | 100101 | 11011011 | 101010 | 1010011 | 0 | 1110 | 100001110 | 1001000 | 110010 |
Color Harmonies of #8025DB
Complementary color
Monochromatic Colors of #8025DB
Black with #8025DB
Text Example
Text Example
White with #8025DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8025DB; }
p { color: rgb(128,37,219); }
H1.HeaderClassName
{
color: #8025DB;
}
.AnyTagClassName
{
color: #8025DB;
}
</style>
background-color css
<style>
a { background-color: #8025DB; }
a { background-color: rgb(128,37,219); }
div.DivClassName
{
background-color: #8025DB;
}
.BgClassName
{
background-color: #8025DB;
}
</style>
border-color css
<style>
span { border-color: #8025DB; }
span { border-color: rgb(128,37,219); }
td.TdClassName
{
border-color: #8025DB;
}
.TagClassName
{
border-color: #8025DB;
}
</style>