Html Css Color HEX #80448E Vivid Violet

📋 copy color: '#80448E'

red 128 ◦ green 68 ◦ blue 142

#80448E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #80448E

Tints of Vivid Violet #80448E

RGB

 RED value IS 128 (50.39% from 255) = 37.87%

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 37.87%
G = 20.12%
B = 42.01%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80448E (or 0x80448E) is known color: Vivid Violet. HEX triplet: 80, 44 and 8E. RGB value is (128,68,142). Sum of RGB (Red+Green+Blue) = 128+68+142=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #80448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80448E is #7FBB71. Grayscale: #5E5E5E. Windows color (decimal): -8371058 or 9323648. OLE color: 9323648.

HSL color Cylindrical-coordinate representation of color #80448E: hue angle of 288.65º degrees, saturation: 0.35, 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 #80448E is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 68 142 -
CMYK 0.10 0.52 0 0.44
HSL 288.65º 0.35% 0.41% -
HSV(B) 288.65º 0.52% 0.56% -
XYZ 15.85 10.68 26.82 -
YUV 94.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 128 68 142 0.10 0.52 0 0.44 288.65 0.35 0.41
Hex 80 44 8E A 34 0 2C 121 23 29
Octal 200 104 216 12 64 0 54 441 43 51
Binary 10000000 1000100 10001110 1010 110100 0 101100 100100001 100011 101001

Color Harmonies of #80448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80448E

Black with #80448E

Text Example


Text Example

White with #80448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80448E;
 }
 .AnyTagClassName
 {
   color: #80448E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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