Shades of Blue Violet #802CFC
Tints of Blue Violet #802CFC
RGB
CMYK
RGB Variations
Color information
#802CFC (or 0x802CFC) is known color: Blue Violet. HEX triplet: 80, 2C and FC. RGB value is (128,44,252). Sum of RGB (Red+Green+Blue) = 128+44+252=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #802CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802CFC is #7FD303. Grayscale: #5C5C5C. Windows color (decimal): -8377092 or 16526464. OLE color: 16526464.
HSL color Cylindrical-coordinate representation of color #802CFC: hue angle of 264.23º degrees, saturation: 0.97, 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 #802CFC is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 44 | 252 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.01 |
| HSL | 264.23º | 0.97% | 0.58% | - |
| HSV(B) | 264.23º | 0.83% | 0.99% | - |
| XYZ | 27.37 | 13.42 | 93.24 | - |
| YUV | 92.83 | 217.83 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 252 | 0.49 | 0.83 | 0 | 0.01 | 264.23 | 0.97 | 0.58 |
| Hex | 80 | 2C | FC | 31 | 53 | 0 | 1 | 108 | 61 | 3A |
| Octal | 200 | 54 | 374 | 61 | 123 | 0 | 1 | 410 | 141 | 72 |
| Binary | 10000000 | 101100 | 11111100 | 110001 | 1010011 | 0 | 1 | 100001000 | 1100001 | 111010 |
Color Harmonies of #802CFC
Complementary color
Monochromatic Colors of #802CFC
Black with #802CFC
Text Example
Text Example
White with #802CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CFC; }
p { color: rgb(128,44,252); }
H1.HeaderClassName
{
color: #802CFC;
}
.AnyTagClassName
{
color: #802CFC;
}
</style>
background-color css
<style>
a { background-color: #802CFC; }
a { background-color: rgb(128,44,252); }
div.DivClassName
{
background-color: #802CFC;
}
.BgClassName
{
background-color: #802CFC;
}
</style>
border-color css
<style>
span { border-color: #802CFC; }
span { border-color: rgb(128,44,252); }
td.TdClassName
{
border-color: #802CFC;
}
.TagClassName
{
border-color: #802CFC;
}
</style>