Shades of Blue Violet #803AD5
Tints of Blue Violet #803AD5
RGB
CMYK
RGB Variations
Color information
#803AD5 (or 0x803AD5) is known color: Blue Violet. HEX triplet: 80, 3A and D5. RGB value is (128,58,213). Sum of RGB (Red+Green+Blue) = 128+58+213=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #803AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803AD5 is #7FC52A. Grayscale: #606060. Windows color (decimal): -8373547 or 13974144. OLE color: 13974144.
HSL color Cylindrical-coordinate representation of color #803AD5: hue angle of 267.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803AD5 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 58 | 213 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.16 |
| HSL | 267.1º | 0.65% | 0.53% | - |
| HSV(B) | 267.1º | 0.73% | 0.84% | - |
| XYZ | 22.43 | 12.42 | 64.17 | - |
| YUV | 96.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 213 | 0.40 | 0.73 | 0 | 0.16 | 267.1 | 0.65 | 0.53 |
| Hex | 80 | 3A | D5 | 28 | 49 | 0 | 10 | 10B | 41 | 35 |
| Octal | 200 | 72 | 325 | 50 | 111 | 0 | 20 | 413 | 101 | 65 |
| Binary | 10000000 | 111010 | 11010101 | 101000 | 1001001 | 0 | 10000 | 100001011 | 1000001 | 110101 |
Color Harmonies of #803AD5
Complementary color
Monochromatic Colors of #803AD5
Black with #803AD5
Text Example
Text Example
White with #803AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AD5; }
p { color: rgb(128,58,213); }
H1.HeaderClassName
{
color: #803AD5;
}
.AnyTagClassName
{
color: #803AD5;
}
</style>
background-color css
<style>
a { background-color: #803AD5; }
a { background-color: rgb(128,58,213); }
div.DivClassName
{
background-color: #803AD5;
}
.BgClassName
{
background-color: #803AD5;
}
</style>
border-color css
<style>
span { border-color: #803AD5; }
span { border-color: rgb(128,58,213); }
td.TdClassName
{
border-color: #803AD5;
}
.TagClassName
{
border-color: #803AD5;
}
</style>