Shades of Blue Violet #802CFD
Tints of Blue Violet #802CFD
RGB
CMYK
RGB Variations
Color information
#802CFD (or 0x802CFD) is known color: Blue Violet. HEX triplet: 80, 2C and FD. RGB value is (128,44,253). Sum of RGB (Red+Green+Blue) = 128+44+253=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #802CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802CFD is #7FD302. Grayscale: #5C5C5C. Windows color (decimal): -8377091 or 16592000. OLE color: 16592000.
HSL color Cylindrical-coordinate representation of color #802CFD: hue angle of 264.11º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802CFD is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 44 | 253 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.01 |
| HSL | 264.11º | 0.98% | 0.58% | - |
| HSV(B) | 264.11º | 0.83% | 0.99% | - |
| XYZ | 27.53 | 13.48 | 94.08 | - |
| YUV | 92.94 | 218.33 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 253 | 0.49 | 0.83 | 0 | 0.01 | 264.11 | 0.98 | 0.58 |
| Hex | 80 | 2C | FD | 31 | 53 | 0 | 1 | 108 | 62 | 3A |
| Octal | 200 | 54 | 375 | 61 | 123 | 0 | 1 | 410 | 142 | 72 |
| Binary | 10000000 | 101100 | 11111101 | 110001 | 1010011 | 0 | 1 | 100001000 | 1100010 | 111010 |
Color Harmonies of #802CFD
Complementary color
Monochromatic Colors of #802CFD
Black with #802CFD
Text Example
Text Example
White with #802CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CFD; }
p { color: rgb(128,44,253); }
H1.HeaderClassName
{
color: #802CFD;
}
.AnyTagClassName
{
color: #802CFD;
}
</style>
background-color css
<style>
a { background-color: #802CFD; }
a { background-color: rgb(128,44,253); }
div.DivClassName
{
background-color: #802CFD;
}
.BgClassName
{
background-color: #802CFD;
}
</style>
border-color css
<style>
span { border-color: #802CFD; }
span { border-color: rgb(128,44,253); }
td.TdClassName
{
border-color: #802CFD;
}
.TagClassName
{
border-color: #802CFD;
}
</style>