#803A9F

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

Shades of Vivid Violet #803A9F

Tints of Vivid Violet #803A9F

Color information

#803A9F (or 0x803A9F) is unknown color: approx Vivid Violet. HEX triplet: 80, 3A and 9F. RGB value is (128,58,159). Sum of RGB (Red+Green+Blue) = 128+58+159=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #803A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803A9F is #7FC560. Grayscale: #5A5A5A. Windows color (decimal): -8373601 or 10435200. OLE color: 10435200.

HSL color Cylindrical-coordinate representation of color #803A9F: hue angle of 281.58º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803A9F is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12858159-
CMYK0.190.6400.38
HSL281.58º46.54%42.55%-
HSV(B)281.58º63.52%62.35%-
XYZ16.6710.1233.88-
YUV90.44166.69154.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=37.10%
G=16.81%
B=46.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128581590.190.6400.38281.5846.5442.55
Hex803A9F134002611a2f2b
Octal20072237231000464325753
Binary10000000111010100111111001110000000100110100011010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,58,159); }

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

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

 a { background-color: rgb(128,58,159); }

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

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

 span { border-color: rgb(128,58,159); }

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