Shades of Blue Violet #802AED
Tints of Blue Violet #802AED
RGB
CMYK
RGB Variations
Color information
#802AED (or 0x802AED) is known color: Blue Violet. HEX triplet: 80, 2A and ED. RGB value is (128,42,237). Sum of RGB (Red+Green+Blue) = 128+42+237=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #802AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802AED is #7FD512. Grayscale: #595959. Windows color (decimal): -8377619 or 15542912. OLE color: 15542912.
HSL color Cylindrical-coordinate representation of color #802AED: hue angle of 266.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802AED is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 42 | 237 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.07 |
| HSL | 266.46º | 0.84% | 0.55% | - |
| HSV(B) | 266.46º | 0.82% | 0.93% | - |
| XYZ | 25.02 | 12.36 | 81.19 | - |
| YUV | 89.94 | 210.99 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 237 | 0.46 | 0.82 | 0 | 0.07 | 266.46 | 0.84 | 0.55 |
| Hex | 80 | 2A | ED | 2E | 52 | 0 | 7 | 10A | 54 | 37 |
| Octal | 200 | 52 | 355 | 56 | 122 | 0 | 7 | 412 | 124 | 67 |
| Binary | 10000000 | 101010 | 11101101 | 101110 | 1010010 | 0 | 111 | 100001010 | 1010100 | 110111 |
Color Harmonies of #802AED
Complementary color
Monochromatic Colors of #802AED
Black with #802AED
Text Example
Text Example
White with #802AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802AED; }
p { color: rgb(128,42,237); }
H1.HeaderClassName
{
color: #802AED;
}
.AnyTagClassName
{
color: #802AED;
}
</style>
background-color css
<style>
a { background-color: #802AED; }
a { background-color: rgb(128,42,237); }
div.DivClassName
{
background-color: #802AED;
}
.BgClassName
{
background-color: #802AED;
}
</style>
border-color css
<style>
span { border-color: #802AED; }
span { border-color: rgb(128,42,237); }
td.TdClassName
{
border-color: #802AED;
}
.TagClassName
{
border-color: #802AED;
}
</style>