#80248B

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

Shades of Vivid Violet #80248B

Tints of Vivid Violet #80248B

Color information

#80248B (or 0x80248B) is unknown color: approx Vivid Violet. HEX triplet: 80, 24 and 8B. RGB value is (128,36,139). Sum of RGB (Red+Green+Blue) = 128+36+139=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #80248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80248B is #7FDB74. Grayscale: #4A4A4A. Windows color (decimal): -8379253 or 9118848. OLE color: 9118848.

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

Color convert

RGB12836139-
CMYK0.080.7400.45
HSL293.59º58.86%34.31%-
HSV(B)293.59º74.1%54.51%-
XYZ14.197.7225.17-
YUV75.25163.98165.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=42.24%
G=11.88%
B=45.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128361390.080.7400.45293.5958.8634.31
Hex80248B84A02D1263b22
Octal20044213101120554467342
Binary1000000010010010001011100010010100101101100100110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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