#80448F

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

Shades of Vivid Violet #80448F

Tints of Vivid Violet #80448F

Color information

#80448F (or 0x80448F) is unknown color: approx Vivid Violet. HEX triplet: 80, 44 and 8F. RGB value is (128,68,143). Sum of RGB (Red+Green+Blue) = 128+68+143=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #80448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80448F is #7FBB70. Grayscale: #5E5E5E. Windows color (decimal): -8371057 or 9389184. OLE color: 9389184.

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

Color convert

RGB12868143-
CMYK0.100.5200.44
HSL288º35.55%41.37%-
HSV(B)288º52.45%56.08%-
XYZ15.9310.7127.21-
YUV94.49155.38151.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=37.76%
G=20.06%
B=42.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128681430.100.5200.4428835.5541.37
Hex80448FA3402C1202429
Octal20010421712640544404451
Binary1000000010001001000111110101101000101100100100000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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