#803190

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

Shades of Vivid Violet #803190

Tints of Vivid Violet #803190

Color information

#803190 (or 0x803190) is unknown color: approx Vivid Violet. HEX triplet: 80, 31 and 90. RGB value is (128,49,144). Sum of RGB (Red+Green+Blue) = 128+49+144=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #803190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803190 is #7FCE6F. Grayscale: #535353. Windows color (decimal): -8375920 or 9449856. OLE color: 9449856.

HSL color Cylindrical-coordinate representation of color #803190: hue angle of 289.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803190 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12849144-
CMYK0.110.6600.44
HSL289.89º49.22%37.84%-
HSV(B)289.89º65.97%56.47%-
XYZ15.038.827.29-
YUV83.45162.17159.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=39.88%
G=15.26%
B=44.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128491440.110.6600.44289.8949.2237.84
Hex803190B4202C1223126
Octal20061220131020544426146
Binary1000000011000110010000101110000100101100100100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803190; }

 p { color: rgb(128,49,144); }

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

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

 a { background-color: rgb(128,49,144); }

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

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

 span { border-color: rgb(128,49,144); }

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