#80337F

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

Shades of Vivid Violet #80337F

Tints of Vivid Violet #80337F

Color information

#80337F (or 0x80337F) is unknown color: approx Vivid Violet. HEX triplet: 80, 33 and 7F. RGB value is (128,51,127). Sum of RGB (Red+Green+Blue) = 128+51+127=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80337F is #7FCC80. Grayscale: #525252. Windows color (decimal): -8375425 or 8336256. OLE color: 8336256.

HSL color Cylindrical-coordinate representation of color #80337F: hue angle of 300.78º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80337F is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12851127-
CMYK00.600.010.50
HSL300.78º43.02%35.1%-
HSV(B)300.78º60.16%50.2%-
XYZ13.928.4920.98-
YUV82.69153.01160.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 127 (50% from 255) = 41.50%
R=41.83%
G=16.67%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285112700.600.010.50300.7843.0235.1
Hex80337F03C13212d2b23
Octal200631770741624555343
Binary10000000110011111111101111001110010100101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80337F; }

 p { color: rgb(128,51,127); }

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

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

 a { background-color: rgb(128,51,127); }

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

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

 span { border-color: rgb(128,51,127); }

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