#80369E

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

Shades of Vivid Violet #80369E

Tints of Vivid Violet #80369E

Color information

#80369E (or 0x80369E) is unknown color: approx Vivid Violet. HEX triplet: 80, 36 and 9E. RGB value is (128,54,158). Sum of RGB (Red+Green+Blue) = 128+54+158=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #80369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80369E is #7FC961. Grayscale: #575757. Windows color (decimal): -8374626 or 10368640. OLE color: 10368640.

HSL color Cylindrical-coordinate representation of color #80369E: hue angle of 282.69º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80369E is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12854158-
CMYK0.190.6600.38
HSL282.69º49.06%41.57%-
HSV(B)282.69º65.82%61.96%-
XYZ16.399.733.36-
YUV87.98167.52156.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=37.65%
G=15.88%
B=46.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128541580.190.6600.38282.6949.0641.57
Hex80369E134202611b312a
Octal20066236231020464336152
Binary10000000110110100111101001110000100100110100011011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80369E; }

 p { color: rgb(128,54,158); }

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

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

 a { background-color: rgb(128,54,158); }

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

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

 span { border-color: rgb(128,54,158); }

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