#80388B

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

Shades of Vivid Violet #80388B

Tints of Vivid Violet #80388B

Color information

#80388B (or 0x80388B) is unknown color: approx Vivid Violet. HEX triplet: 80, 38 and 8B. RGB value is (128,56,139). Sum of RGB (Red+Green+Blue) = 128+56+139=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #80388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80388B is #7FC774. Grayscale: #565656. Windows color (decimal): -8374133 or 9123968. OLE color: 9123968.

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

Color convert

RGB12856139-
CMYK0.080.6000.45
HSL292.05º42.56%38.24%-
HSV(B)292.05º59.71%54.51%-
XYZ14.989.2825.43-
YUV86.99157.35157.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=39.63%
G=17.34%
B=43.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128561390.080.6000.45292.0542.5638.24
Hex80388B83C02D1242b26
Octal2007021310740554445346
Binary100000001110001000101110001111000101101100100100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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