Shades of Blue Violet #802CFB
Tints of Blue Violet #802CFB
RGB
CMYK
RGB Variations
Color information
#802CFB (or 0x802CFB) is known color: Blue Violet. HEX triplet: 80, 2C and FB. RGB value is (128,44,251). Sum of RGB (Red+Green+Blue) = 128+44+251=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #802CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802CFB is #7FD304. Grayscale: #5B5B5B. Windows color (decimal): -8377093 or 16460928. OLE color: 16460928.
HSL color Cylindrical-coordinate representation of color #802CFB: hue angle of 264.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802CFB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 44 | 251 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.02 |
| HSL | 264.35º | 0.96% | 0.58% | - |
| HSV(B) | 264.35º | 0.82% | 0.98% | - |
| XYZ | 27.22 | 13.36 | 92.41 | - |
| YUV | 92.71 | 217.33 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 251 | 0.49 | 0.82 | 0 | 0.02 | 264.35 | 0.96 | 0.58 |
| Hex | 80 | 2C | FB | 31 | 52 | 0 | 2 | 108 | 60 | 3A |
| Octal | 200 | 54 | 373 | 61 | 122 | 0 | 2 | 410 | 140 | 72 |
| Binary | 10000000 | 101100 | 11111011 | 110001 | 1010010 | 0 | 10 | 100001000 | 1100000 | 111010 |
Color Harmonies of #802CFB
Complementary color
Monochromatic Colors of #802CFB
Black with #802CFB
Text Example
Text Example
White with #802CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CFB; }
p { color: rgb(128,44,251); }
H1.HeaderClassName
{
color: #802CFB;
}
.AnyTagClassName
{
color: #802CFB;
}
</style>
background-color css
<style>
a { background-color: #802CFB; }
a { background-color: rgb(128,44,251); }
div.DivClassName
{
background-color: #802CFB;
}
.BgClassName
{
background-color: #802CFB;
}
</style>
border-color css
<style>
span { border-color: #802CFB; }
span { border-color: rgb(128,44,251); }
td.TdClassName
{
border-color: #802CFB;
}
.TagClassName
{
border-color: #802CFB;
}
</style>