Shades of Blue Violet #8035CF
Tints of Blue Violet #8035CF
RGB
CMYK
RGB Variations
Color information
#8035CF (or 0x8035CF) is known color: Blue Violet. HEX triplet: 80, 35 and CF. RGB value is (128,53,207). Sum of RGB (Red+Green+Blue) = 128+53+207=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #8035CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8035CF is #7FCA30. Grayscale: #5C5C5C. Windows color (decimal): -8374833 or 13579648. OLE color: 13579648.
HSL color Cylindrical-coordinate representation of color #8035CF: hue angle of 269.22º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8035CF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 53 | 207 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.19 |
| HSL | 269.22º | 0.62% | 0.51% | - |
| HSV(B) | 269.22º | 0.74% | 0.81% | - |
| XYZ | 21.44 | 11.64 | 60.15 | - |
| YUV | 92.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 207 | 0.38 | 0.74 | 0 | 0.19 | 269.22 | 0.62 | 0.51 |
| Hex | 80 | 35 | CF | 26 | 4A | 0 | 13 | 10D | 3E | 33 |
| Octal | 200 | 65 | 317 | 46 | 112 | 0 | 23 | 415 | 76 | 63 |
| Binary | 10000000 | 110101 | 11001111 | 100110 | 1001010 | 0 | 10011 | 100001101 | 111110 | 110011 |
Color Harmonies of #8035CF
Complementary color
Monochromatic Colors of #8035CF
Black with #8035CF
Text Example
Text Example
White with #8035CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8035CF; }
p { color: rgb(128,53,207); }
H1.HeaderClassName
{
color: #8035CF;
}
.AnyTagClassName
{
color: #8035CF;
}
</style>
background-color css
<style>
a { background-color: #8035CF; }
a { background-color: rgb(128,53,207); }
div.DivClassName
{
background-color: #8035CF;
}
.BgClassName
{
background-color: #8035CF;
}
</style>
border-color css
<style>
span { border-color: #8035CF; }
span { border-color: rgb(128,53,207); }
td.TdClassName
{
border-color: #8035CF;
}
.TagClassName
{
border-color: #8035CF;
}
</style>