#803181

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

Shades of Vivid Violet #803181

Tints of Vivid Violet #803181

Color information

#803181 (or 0x803181) is unknown color: approx Vivid Violet. HEX triplet: 80, 31 and 81. RGB value is (128,49,129). Sum of RGB (Red+Green+Blue) = 128+49+129=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #803181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803181 is #7FCE7E. Grayscale: #515151. Windows color (decimal): -8375935 or 8466816. OLE color: 8466816.

HSL color Cylindrical-coordinate representation of color #803181: hue angle of 299.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803181 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12849129-
CMYK0.010.6200.49
HSL299.25º44.94%34.9%-
HSV(B)299.25º62.02%50.59%-
XYZ13.968.3721.65-
YUV81.74154.67161-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=41.83%
G=16.01%
B=42.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128491290.010.6200.49299.2544.9434.9
Hex80318113E03112b2d23
Octal200612011760614535543
Binary100000001100011000000111111100110001100101011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803181; }

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

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

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

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

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

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

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

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