#803DA1

Color #803DA1 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #803DA1

Tints of Vivid Violet #803DA1

Color information

#803DA1 (or 0x803DA1) is unknown color: approx Vivid Violet. HEX triplet: 80, 3D and A1. RGB value is (128,61,161). Sum of RGB (Red+Green+Blue) = 128+61+161=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 161 - color contains mainly: blue. Hex color #803DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DA1 is #7FC25E. Grayscale: #5C5C5C. Windows color (decimal): -8372831 or 10567040. OLE color: 10567040.

HSL color Cylindrical-coordinate representation of color #803DA1: hue angle of 280.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803DA1 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12861161-
CMYK0.200.6200.37
HSL280.2º45.05%43.53%-
HSV(B)280.2º62.11%63.14%-
XYZ1710.534.85-
YUV92.43166.7153.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 161 (63.28% from 255) = 46%
R=36.57%
G=17.43%
B=46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128611610.200.6200.37280.245.0543.53
Hex803DA1143E0251182d2c
Octal2007524124760454305554
Binary1000000011110110100001101001111100100101100011000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803DA1; }

 p { color: rgb(128,61,161); }

 H1.HeaderClassName
 {
   color: #803DA1;
 }
 .AnyTagClassName
 {
   color: #803DA1;
 }
</style>
background-color css

<style>
 a { background-color: #803DA1; }

 a { background-color: rgb(128,61,161); }

 div.DivClassName
 {
   background-color: #803DA1;
 }
 .BgClassName
 {
   background-color: #803DA1;
 }
</style>
border-color css

<style>
 span { border-color: #803DA1; }

 span { border-color: rgb(128,61,161); }

 td.TdClassName
 {
   border-color: #803DA1;
 }
 .TagClassName
 {
   border-color: #803DA1;
 }
</style>