Html Css Color HEX #80378F Vivid Violet

📋 copy color: '#80378F'

red 128 ◦ green 55 ◦ blue 143

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

Shades of Vivid Violet #80378F

Tints of Vivid Violet #80378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 39.26%
G = 16.87%
B = 43.87%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80378F (or 0x80378F) is known color: Vivid Violet. HEX triplet: 80, 37 and 8F. RGB value is (128,55,143). Sum of RGB (Red+Green+Blue) = 128+55+143=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #80378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80378F is #7FC870. Grayscale: #565656. Windows color (decimal): -8374385 or 9385856. OLE color: 9385856.

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

Color convert

RGB 128 55 143 -
CMYK 0.10 0.62 0 0.44
HSL 289.77º 0.44% 0.39% -
HSV(B) 289.77º 0.62% 0.56% -
XYZ 15.23 9.3 26.98 -
YUV 86.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 128 55 143 0.10 0.62 0 0.44 289.77 0.44 0.39
Hex 80 37 8F A 3E 0 2C 122 2C 27
Octal 200 67 217 12 76 0 54 442 54 47
Binary 10000000 110111 10001111 1010 111110 0 101100 100100010 101100 100111

Color Harmonies of #80378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80378F

Black with #80378F

Text Example


Text Example

White with #80378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80378F;
 }
 .AnyTagClassName
 {
   color: #80378F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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