Shades of Blue Violet #8519CB
Tints of Blue Violet #8519CB
RGB
CMYK
RGB Variations
Color information
#8519CB (or 0x8519CB) is known color: Blue Violet. HEX triplet: 85, 19 and CB. RGB value is (133,25,203). Sum of RGB (Red+Green+Blue) = 133+25+203=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #8519CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519CB is #7AE634. Grayscale: #4C4C4C. Windows color (decimal): -8054325 or 13310341. OLE color: 13310341.
HSL color Cylindrical-coordinate representation of color #8519CB: hue angle of 276.4º 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 #8519CB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 25 | 203 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.20 |
| HSL | 276.4º | 0.78% | 0.45% | - |
| HSV(B) | 276.4º | 0.88% | 0.8% | - |
| XYZ | 20.8 | 9.99 | 57.33 | - |
| YUV | 77.58 | 198.78 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 203 | 0.34 | 0.88 | 0 | 0.20 | 276.4 | 0.78 | 0.45 |
| Hex | 85 | 19 | CB | 22 | 58 | 0 | 14 | 114 | 4E | 2D |
| Octal | 205 | 31 | 313 | 42 | 130 | 0 | 24 | 424 | 116 | 55 |
| Binary | 10000101 | 11001 | 11001011 | 100010 | 1011000 | 0 | 10100 | 100010100 | 1001110 | 101101 |
Color Harmonies of #8519CB
Complementary color
Monochromatic Colors of #8519CB
Black with #8519CB
Text Example
Text Example
White with #8519CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519CB; }
p { color: rgb(133,25,203); }
H1.HeaderClassName
{
color: #8519CB;
}
.AnyTagClassName
{
color: #8519CB;
}
</style>
background-color css
<style>
a { background-color: #8519CB; }
a { background-color: rgb(133,25,203); }
div.DivClassName
{
background-color: #8519CB;
}
.BgClassName
{
background-color: #8519CB;
}
</style>
border-color css
<style>
span { border-color: #8519CB; }
span { border-color: rgb(133,25,203); }
td.TdClassName
{
border-color: #8519CB;
}
.TagClassName
{
border-color: #8519CB;
}
</style>