Shades of Blue Violet #803ADA
Tints of Blue Violet #803ADA
RGB
CMYK
RGB Variations
Color information
#803ADA (or 0x803ADA) is known color: Blue Violet. HEX triplet: 80, 3A and DA. RGB value is (128,58,218). Sum of RGB (Red+Green+Blue) = 128+58+218=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #803ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ADA is #7FC525. Grayscale: #606060. Windows color (decimal): -8373542 or 14301824. OLE color: 14301824.
HSL color Cylindrical-coordinate representation of color #803ADA: hue angle of 266.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803ADA is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 58 | 218 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.15 |
| HSL | 266.25º | 0.68% | 0.54% | - |
| HSV(B) | 266.25º | 0.73% | 0.85% | - |
| XYZ | 23.07 | 12.68 | 67.56 | - |
| YUV | 97.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 218 | 0.41 | 0.73 | 0 | 0.15 | 266.25 | 0.68 | 0.54 |
| Hex | 80 | 3A | DA | 29 | 49 | 0 | F | 10A | 44 | 36 |
| Octal | 200 | 72 | 332 | 51 | 111 | 0 | 17 | 412 | 104 | 66 |
| Binary | 10000000 | 111010 | 11011010 | 101001 | 1001001 | 0 | 1111 | 100001010 | 1000100 | 110110 |
Color Harmonies of #803ADA
Complementary color
Monochromatic Colors of #803ADA
Black with #803ADA
Text Example
Text Example
White with #803ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ADA; }
p { color: rgb(128,58,218); }
H1.HeaderClassName
{
color: #803ADA;
}
.AnyTagClassName
{
color: #803ADA;
}
</style>
background-color css
<style>
a { background-color: #803ADA; }
a { background-color: rgb(128,58,218); }
div.DivClassName
{
background-color: #803ADA;
}
.BgClassName
{
background-color: #803ADA;
}
</style>
border-color css
<style>
span { border-color: #803ADA; }
span { border-color: rgb(128,58,218); }
td.TdClassName
{
border-color: #803ADA;
}
.TagClassName
{
border-color: #803ADA;
}
</style>