Html Css Color HEX #80448B Vivid Violet

📋 copy color: '#80448B'

red 128 ◦ green 68 ◦ blue 139

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

Shades of Vivid Violet #80448B

Tints of Vivid Violet #80448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 38.21%
G = 20.3%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80448B (or 0x80448B) is known color: Vivid Violet. HEX triplet: 80, 44 and 8B. RGB value is (128,68,139). Sum of RGB (Red+Green+Blue) = 128+68+139=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #80448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80448B is #7FBB74. Grayscale: #5D5D5D. Windows color (decimal): -8371061 or 9127040. OLE color: 9127040.

HSL color Cylindrical-coordinate representation of color #80448B: hue angle of 290.7º degrees, saturation: 0.34, 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 #80448B is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 68 139 -
CMYK 0.08 0.51 0 0.45
HSL 290.7º 0.34% 0.41% -
HSV(B) 290.7º 0.51% 0.55% -
XYZ 15.63 10.59 25.65 -
YUV 94.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 128 68 139 0.08 0.51 0 0.45 290.7 0.34 0.41
Hex 80 44 8B 8 33 0 2D 123 22 29
Octal 200 104 213 10 63 0 55 443 42 51
Binary 10000000 1000100 10001011 1000 110011 0 101101 100100011 100010 101001

Color Harmonies of #80448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80448B

Black with #80448B

Text Example


Text Example

White with #80448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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