#803882

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

Shades of Vivid Violet #803882

Tints of Vivid Violet #803882

Color information

#803882 (or 0x803882) is unknown color: approx Vivid Violet. HEX triplet: 80, 38 and 82. RGB value is (128,56,130). Sum of RGB (Red+Green+Blue) = 128+56+130=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #803882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803882 is #7FC77D. Grayscale: #555555. Windows color (decimal): -8374142 or 8534144. OLE color: 8534144.

HSL color Cylindrical-coordinate representation of color #803882: hue angle of 298.38º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803882 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12856130-
CMYK0.020.5700.49
HSL298.38º39.78%36.47%-
HSV(B)298.38º56.92%50.98%-
XYZ14.359.0322.11-
YUV85.96152.85157.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.76%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=40.76%
G=17.83%
B=41.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128561300.020.5700.49298.3839.7836.47
Hex80388223903112a2824
Octal200702022710614525044
Binary1000000011100010000010101110010110001100101010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803882; }

 p { color: rgb(128,56,130); }

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

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

 a { background-color: rgb(128,56,130); }

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

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

 span { border-color: rgb(128,56,130); }

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