#80369B

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

Shades of Vivid Violet #80369B

Tints of Vivid Violet #80369B

Color information

#80369B (or 0x80369B) is unknown color: approx Vivid Violet. HEX triplet: 80, 36 and 9B. RGB value is (128,54,155). Sum of RGB (Red+Green+Blue) = 128+54+155=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #80369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80369B is #7FC964. Grayscale: #575757. Windows color (decimal): -8374629 or 10172032. OLE color: 10172032.

HSL color Cylindrical-coordinate representation of color #80369B: hue angle of 283.96º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80369B is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12854155-
CMYK0.170.6500.39
HSL283.96º48.33%40.98%-
HSV(B)283.96º65.16%60.78%-
XYZ16.149.5932.01-
YUV87.64166.02156.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=37.98%
G=16.02%
B=45.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128541550.170.6500.39283.9648.3340.98
Hex80369B114102711c3029
Octal20066233211010474346051
Binary10000000110110100110111000110000010100111100011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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