#80339C

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

Shades of Vivid Violet #80339C

Tints of Vivid Violet #80339C

Color information

#80339C (or 0x80339C) is unknown color: approx Vivid Violet. HEX triplet: 80, 33 and 9C. RGB value is (128,51,156). Sum of RGB (Red+Green+Blue) = 128+51+156=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #80339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80339C is #7FCC63. Grayscale: #555555. Windows color (decimal): -8375396 or 10236800. OLE color: 10236800.

HSL color Cylindrical-coordinate representation of color #80339C: hue angle of 284º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80339C is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12851156-
CMYK0.180.6700.39
HSL284º50.72%40.59%-
HSV(B)284º67.31%61.18%-
XYZ16.099.3632.41-
YUV85.99167.51157.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=38.21%
G=15.22%
B=46.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128511560.180.6700.3928450.7240.59
Hex80339C124302711c3329
Octal20063234221030474346351
Binary10000000110011100111001001010000110100111100011100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80339C; }

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

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

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

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

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

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

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

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