Shades of Blue Violet #803DD3
Tints of Blue Violet #803DD3
RGB
CMYK
RGB Variations
Color information
#803DD3 (or 0x803DD3) is known color: Blue Violet. HEX triplet: 80, 3D and D3. RGB value is (128,61,211). Sum of RGB (Red+Green+Blue) = 128+61+211=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #803DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DD3 is #7FC22C. Grayscale: #616161. Windows color (decimal): -8372781 or 13843840. OLE color: 13843840.
HSL color Cylindrical-coordinate representation of color #803DD3: hue angle of 266.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803DD3 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 61 | 211 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.17 |
| HSL | 266.8º | 0.63% | 0.53% | - |
| HSV(B) | 266.8º | 0.71% | 0.83% | - |
| XYZ | 22.33 | 12.63 | 62.89 | - |
| YUV | 98.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 211 | 0.39 | 0.71 | 0 | 0.17 | 266.8 | 0.63 | 0.53 |
| Hex | 80 | 3D | D3 | 27 | 47 | 0 | 11 | 10B | 3F | 35 |
| Octal | 200 | 75 | 323 | 47 | 107 | 0 | 21 | 413 | 77 | 65 |
| Binary | 10000000 | 111101 | 11010011 | 100111 | 1000111 | 0 | 10001 | 100001011 | 111111 | 110101 |
Color Harmonies of #803DD3
Complementary color
Monochromatic Colors of #803DD3
Black with #803DD3
Text Example
Text Example
White with #803DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DD3; }
p { color: rgb(128,61,211); }
H1.HeaderClassName
{
color: #803DD3;
}
.AnyTagClassName
{
color: #803DD3;
}
</style>
background-color css
<style>
a { background-color: #803DD3; }
a { background-color: rgb(128,61,211); }
div.DivClassName
{
background-color: #803DD3;
}
.BgClassName
{
background-color: #803DD3;
}
</style>
border-color css
<style>
span { border-color: #803DD3; }
span { border-color: rgb(128,61,211); }
td.TdClassName
{
border-color: #803DD3;
}
.TagClassName
{
border-color: #803DD3;
}
</style>