Html Css Color HEX #80448F Vivid Violet

📋 copy color: '#80448F'

red 128 ◦ green 68 ◦ blue 143

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

Shades of Vivid Violet #80448F

Tints of Vivid Violet #80448F

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 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

#80448F (or 0x80448F) is known color: 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

RGB 128 68 143 -
CMYK 0.10 0.52 0 0.44
HSL 288º 0.36% 0.41% -
HSV(B) 288º 0.52% 0.56% -
XYZ 15.93 10.71 27.21 -
YUV 94.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 128 68 143 0.10 0.52 0 0.44 288 0.36 0.41
Hex 80 44 8F A 34 0 2C 120 24 29
Octal 200 104 217 12 64 0 54 440 44 51
Binary 10000000 1000100 10001111 1010 110100 0 101100 100100000 100100 101001

Color Harmonies of #80448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80448F

Black with #80448F

Text Example


Text Example

White with #80448F

Text Example


Text Example

HTML Codes & Css Web 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>