#803990

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

Shades of Vivid Violet #803990

Tints of Vivid Violet #803990

Color information

#803990 (or 0x803990) is unknown color: approx Vivid Violet. HEX triplet: 80, 39 and 90. RGB value is (128,57,144). Sum of RGB (Red+Green+Blue) = 128+57+144=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #803990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803990 is #7FC66F. Grayscale: #575757. Windows color (decimal): -8373872 or 9451904. OLE color: 9451904.

HSL color Cylindrical-coordinate representation of color #803990: hue angle of 288.97º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803990 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12857144-
CMYK0.110.6000.44
HSL288.97º43.28%39.41%-
HSV(B)288.97º60.42%56.47%-
XYZ15.49.5327.41-
YUV88.15159.52156.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=38.91%
G=17.33%
B=43.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128571440.110.6000.44288.9743.2839.41
Hex803990B3C02C1212b27
Octal2007122013740544415347
Binary100000001110011001000010111111000101100100100001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803990; }

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

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

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

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

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

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

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

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