#803EA2

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

Shades of Vivid Violet #803EA2

Tints of Vivid Violet #803EA2

Color information

#803EA2 (or 0x803EA2) is unknown color: approx Vivid Violet. HEX triplet: 80, 3E and A2. RGB value is (128,62,162). Sum of RGB (Red+Green+Blue) = 128+62+162=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #803EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803EA2 is #7FC15D. Grayscale: #5C5C5C. Windows color (decimal): -8372574 or 10632832. OLE color: 10632832.

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

Color convert

RGB12862162-
CMYK0.210.6200.36
HSL279.6º44.64%43.92%-
HSV(B)279.6º61.73%63.53%-
XYZ17.1510.6435.33-
YUV93.13166.87152.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 62 (24.61% from 255) = 17.61%
BLUE value IS 162 (63.67% from 255) = 46.02%
R=36.36%
G=17.61%
B=46.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128621620.210.6200.36279.644.6443.92
Hex803EA2153E0241182d2c
Octal2007624225760444305554
Binary1000000011111010100010101011111100100100100011000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,62,162); }

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

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

 a { background-color: rgb(128,62,162); }

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

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

 span { border-color: rgb(128,62,162); }

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