#80368B

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

Shades of Vivid Violet #80368B

Tints of Vivid Violet #80368B

Color information

#80368B (or 0x80368B) is unknown color: approx Vivid Violet. HEX triplet: 80, 36 and 8B. RGB value is (128,54,139). Sum of RGB (Red+Green+Blue) = 128+54+139=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #80368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80368B is #7FC974. Grayscale: #555555. Windows color (decimal): -8374645 or 9123456. OLE color: 9123456.

HSL color Cylindrical-coordinate representation of color #80368B: hue angle of 292.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80368B is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12854139-
CMYK0.080.6100.45
HSL292.24º44.04%37.84%-
HSV(B)292.24º61.15%54.51%-
XYZ14.889.0925.4-
YUV85.82158.02158.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=39.88%
G=16.82%
B=43.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128541390.080.6100.45292.2444.0437.84
Hex80368B83D02D1242c26
Octal2006621310750554445446
Binary100000001101101000101110001111010101101100100100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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