Html Css Color HEX #80378B Vivid Violet

📋 copy color: '#80378B'

red 128 ◦ green 55 ◦ blue 139

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

Shades of Vivid Violet #80378B

Tints of Vivid Violet #80378B

RGB

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

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

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

R = 39.75%
G = 17.08%
B = 43.17%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80378B (or 0x80378B) is known color: Vivid Violet. HEX triplet: 80, 37 and 8B. RGB value is (128,55,139). Sum of RGB (Red+Green+Blue) = 128+55+139=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #80378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80378B is #7FC874. Grayscale: #565656. Windows color (decimal): -8374389 or 9123712. OLE color: 9123712.

HSL color Cylindrical-coordinate representation of color #80378B: hue angle of 292.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80378B is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 55 139 -
CMYK 0.08 0.60 0 0.45
HSL 292.14º 0.43% 0.38% -
HSV(B) 292.14º 0.6% 0.55% -
XYZ 14.93 9.19 25.41 -
YUV 86.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 128 55 139 0.08 0.60 0 0.45 292.14 0.43 0.38
Hex 80 37 8B 8 3C 0 2D 124 2B 26
Octal 200 67 213 10 74 0 55 444 53 46
Binary 10000000 110111 10001011 1000 111100 0 101101 100100100 101011 100110

Color Harmonies of #80378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80378B

Black with #80378B

Text Example


Text Example

White with #80378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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