Shades of Blue Violet #802FCE
Tints of Blue Violet #802FCE
RGB
CMYK
RGB Variations
Color information
#802FCE (or 0x802FCE) is known color: Blue Violet. HEX triplet: 80, 2F and CE. RGB value is (128,47,206). Sum of RGB (Red+Green+Blue) = 128+47+206=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #802FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802FCE is #7FD031. Grayscale: #585858. Windows color (decimal): -8376370 or 13512576. OLE color: 13512576.
HSL color Cylindrical-coordinate representation of color #802FCE: hue angle of 270.57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802FCE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 47 | 206 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.19 |
| HSL | 270.57º | 0.63% | 0.5% | - |
| HSV(B) | 270.57º | 0.77% | 0.81% | - |
| XYZ | 21.06 | 11.08 | 59.42 | - |
| YUV | 89.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 206 | 0.38 | 0.77 | 0 | 0.19 | 270.57 | 0.63 | 0.5 |
| Hex | 80 | 2F | CE | 26 | 4D | 0 | 13 | 10F | 3F | 32 |
| Octal | 200 | 57 | 316 | 46 | 115 | 0 | 23 | 417 | 77 | 62 |
| Binary | 10000000 | 101111 | 11001110 | 100110 | 1001101 | 0 | 10011 | 100001111 | 111111 | 110010 |
Color Harmonies of #802FCE
Complementary color
Monochromatic Colors of #802FCE
Black with #802FCE
Text Example
Text Example
White with #802FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FCE; }
p { color: rgb(128,47,206); }
H1.HeaderClassName
{
color: #802FCE;
}
.AnyTagClassName
{
color: #802FCE;
}
</style>
background-color css
<style>
a { background-color: #802FCE; }
a { background-color: rgb(128,47,206); }
div.DivClassName
{
background-color: #802FCE;
}
.BgClassName
{
background-color: #802FCE;
}
</style>
border-color css
<style>
span { border-color: #802FCE; }
span { border-color: rgb(128,47,206); }
td.TdClassName
{
border-color: #802FCE;
}
.TagClassName
{
border-color: #802FCE;
}
</style>