Shades of Blue Violet #8032CF
Tints of Blue Violet #8032CF
RGB
CMYK
RGB Variations
Color information
#8032CF (or 0x8032CF) is known color: Blue Violet. HEX triplet: 80, 32 and CF. RGB value is (128,50,207). Sum of RGB (Red+Green+Blue) = 128+50+207=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #8032CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032CF is #7FCD30. Grayscale: #5A5A5A. Windows color (decimal): -8375601 or 13578880. OLE color: 13578880.
HSL color Cylindrical-coordinate representation of color #8032CF: hue angle of 269.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8032CF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 50 | 207 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.19 |
| HSL | 269.81º | 0.62% | 0.5% | - |
| HSV(B) | 269.81º | 0.76% | 0.81% | - |
| XYZ | 21.31 | 11.38 | 60.1 | - |
| YUV | 91.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 207 | 0.38 | 0.76 | 0 | 0.19 | 269.81 | 0.62 | 0.5 |
| Hex | 80 | 32 | CF | 26 | 4C | 0 | 13 | 10E | 3E | 32 |
| Octal | 200 | 62 | 317 | 46 | 114 | 0 | 23 | 416 | 76 | 62 |
| Binary | 10000000 | 110010 | 11001111 | 100110 | 1001100 | 0 | 10011 | 100001110 | 111110 | 110010 |
Color Harmonies of #8032CF
Complementary color
Monochromatic Colors of #8032CF
Black with #8032CF
Text Example
Text Example
White with #8032CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032CF; }
p { color: rgb(128,50,207); }
H1.HeaderClassName
{
color: #8032CF;
}
.AnyTagClassName
{
color: #8032CF;
}
</style>
background-color css
<style>
a { background-color: #8032CF; }
a { background-color: rgb(128,50,207); }
div.DivClassName
{
background-color: #8032CF;
}
.BgClassName
{
background-color: #8032CF;
}
</style>
border-color css
<style>
span { border-color: #8032CF; }
span { border-color: rgb(128,50,207); }
td.TdClassName
{
border-color: #8032CF;
}
.TagClassName
{
border-color: #8032CF;
}
</style>