#80248F

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

Shades of Vivid Violet #80248F

Tints of Vivid Violet #80248F

Color information

#80248F (or 0x80248F) is unknown color: approx Vivid Violet. HEX triplet: 80, 24 and 8F. RGB value is (128,36,143). Sum of RGB (Red+Green+Blue) = 128+36+143=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #80248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80248F is #7FDB70. Grayscale: #4B4B4B. Windows color (decimal): -8379249 or 9380992. OLE color: 9380992.

HSL color Cylindrical-coordinate representation of color #80248F: hue angle of 291.59º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80248F is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12836143-
CMYK0.100.7500.44
HSL291.59º59.78%35.1%-
HSV(B)291.59º74.83%56.08%-
XYZ14.497.8326.73-
YUV75.71165.98165.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=41.69%
G=11.73%
B=46.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128361430.100.7500.44291.5959.7835.1
Hex80248FA4B02C1243c23
Octal20044217121130544447443
Binary1000000010010010001111101010010110101100100100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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