Shades of Blue Violet #8019CB
Tints of Blue Violet #8019CB
RGB
CMYK
RGB Variations
Color information
#8019CB (or 0x8019CB) is known color: Blue Violet. HEX triplet: 80, 19 and CB. RGB value is (128,25,203). Sum of RGB (Red+Green+Blue) = 128+25+203=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #8019CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019CB is #7FE634. Grayscale: #4B4B4B. Windows color (decimal): -8382005 or 13310336. OLE color: 13310336.
HSL color Cylindrical-coordinate representation of color #8019CB: hue angle of 274.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8019CB is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 25 | 203 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.20 |
| HSL | 274.72º | 0.78% | 0.45% | - |
| HSV(B) | 274.72º | 0.88% | 0.8% | - |
| XYZ | 20.03 | 9.6 | 57.3 | - |
| YUV | 76.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 203 | 0.37 | 0.88 | 0 | 0.20 | 274.72 | 0.78 | 0.45 |
| Hex | 80 | 19 | CB | 25 | 58 | 0 | 14 | 113 | 4E | 2D |
| Octal | 200 | 31 | 313 | 45 | 130 | 0 | 24 | 423 | 116 | 55 |
| Binary | 10000000 | 11001 | 11001011 | 100101 | 1011000 | 0 | 10100 | 100010011 | 1001110 | 101101 |
Color Harmonies of #8019CB
Complementary color
Monochromatic Colors of #8019CB
Black with #8019CB
Text Example
Text Example
White with #8019CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8019CB; }
p { color: rgb(128,25,203); }
H1.HeaderClassName
{
color: #8019CB;
}
.AnyTagClassName
{
color: #8019CB;
}
</style>
background-color css
<style>
a { background-color: #8019CB; }
a { background-color: rgb(128,25,203); }
div.DivClassName
{
background-color: #8019CB;
}
.BgClassName
{
background-color: #8019CB;
}
</style>
border-color css
<style>
span { border-color: #8019CB; }
span { border-color: rgb(128,25,203); }
td.TdClassName
{
border-color: #8019CB;
}
.TagClassName
{
border-color: #8019CB;
}
</style>