Html Css Color HEX #80318B Vivid Violet

📋 copy color: '#80318B'

red 128 ◦ green 49 ◦ blue 139

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

Shades of Vivid Violet #80318B

Tints of Vivid Violet #80318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 40.51%
G = 15.51%
B = 43.99%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80318B (or 0x80318B) is known color: Vivid Violet. HEX triplet: 80, 31 and 8B. RGB value is (128,49,139). Sum of RGB (Red+Green+Blue) = 128+49+139=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #80318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80318B is #7FCE74. Grayscale: #525252. Windows color (decimal): -8375925 or 9122176. OLE color: 9122176.

HSL color Cylindrical-coordinate representation of color #80318B: hue angle of 292.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80318B is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 49 139 -
CMYK 0.08 0.65 0 0.45
HSL 292.67º 0.48% 0.37% -
HSV(B) 292.67º 0.65% 0.55% -
XYZ 14.66 8.65 25.32 -
YUV 82.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 128 49 139 0.08 0.65 0 0.45 292.67 0.48 0.37
Hex 80 31 8B 8 41 0 2D 125 30 25
Octal 200 61 213 10 101 0 55 445 60 45
Binary 10000000 110001 10001011 1000 1000001 0 101101 100100101 110000 100101

Color Harmonies of #80318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80318B

Black with #80318B

Text Example


Text Example

White with #80318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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