Html Css Color HEX #80418B Vivid Violet

📋 copy color: '#80418B'

red 128 ◦ green 65 ◦ blue 139

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

Shades of Vivid Violet #80418B

Tints of Vivid Violet #80418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 38.55%
G = 19.58%
B = 41.87%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80418B (or 0x80418B) is known color: Vivid Violet. HEX triplet: 80, 41 and 8B. RGB value is (128,65,139). Sum of RGB (Red+Green+Blue) = 128+65+139=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #80418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80418B is #7FBE74. Grayscale: #5C5C5C. Windows color (decimal): -8371829 or 9126272. OLE color: 9126272.

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

Color convert

RGB 128 65 139 -
CMYK 0.08 0.53 0 0.45
HSL 291.08º 0.36% 0.4% -
HSV(B) 291.08º 0.53% 0.55% -
XYZ 15.45 10.23 25.59 -
YUV 92.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 128 65 139 0.08 0.53 0 0.45 291.08 0.36 0.4
Hex 80 41 8B 8 35 0 2D 123 24 28
Octal 200 101 213 10 65 0 55 443 44 50
Binary 10000000 1000001 10001011 1000 110101 0 101101 100100011 100100 101000

Color Harmonies of #80418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80418B

Black with #80418B

Text Example


Text Example

White with #80418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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