Html Css Color HEX #80448C Vivid Violet

📋 copy color: '#80448C'

red 128 ◦ green 68 ◦ blue 140

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

Shades of Vivid Violet #80448C

Tints of Vivid Violet #80448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 38.1%
G = 20.24%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80448C (or 0x80448C) is known color: Vivid Violet. HEX triplet: 80, 44 and 8C. RGB value is (128,68,140). Sum of RGB (Red+Green+Blue) = 128+68+140=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #80448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80448C is #7FBB73. Grayscale: #5D5D5D. Windows color (decimal): -8371060 or 9192576. OLE color: 9192576.

HSL color Cylindrical-coordinate representation of color #80448C: hue angle of 290º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80448C is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 68 140 -
CMYK 0.09 0.51 0 0.45
HSL 290º 0.35% 0.41% -
HSV(B) 290º 0.51% 0.55% -
XYZ 15.7 10.62 26.03 -
YUV 94.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 128 68 140 0.09 0.51 0 0.45 290 0.35 0.41
Hex 80 44 8C 9 33 0 2D 122 23 29
Octal 200 104 214 11 63 0 55 442 43 51
Binary 10000000 1000100 10001100 1001 110011 0 101101 100100010 100011 101001

Color Harmonies of #80448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80448C

Black with #80448C

Text Example


Text Example

White with #80448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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