Html Css Color HEX #814080 Vivid Violet

📋 copy color: '#814080'

red 129 ◦ green 64 ◦ blue 128

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

Shades of Vivid Violet #814080

Tints of Vivid Violet #814080

RGB

 RED value IS 129 (50.78% from 255) = 40.19%

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 40.19%
G = 19.94%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#814080 (or 0x814080) is known color: Vivid Violet. HEX triplet: 81, 40 and 80. RGB value is (129,64,128). Sum of RGB (Red+Green+Blue) = 129+64+128=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #814080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814080 is #7EBF7F. Grayscale: #5A5A5A. Windows color (decimal): -8306560 or 8405121. OLE color: 8405121.

HSL color Cylindrical-coordinate representation of color #814080: hue angle of 300.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814080 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 64 128 -
CMYK 0 0.50 0.01 0.49
HSL 300.92º 0.34% 0.38% -
HSV(B) 300.92º 0.5% 0.51% -
XYZ 14.78 9.89 21.55 -
YUV 90.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 129 64 128 0 0.50 0.01 0.49 300.92 0.34 0.38
Hex 81 40 80 0 32 1 31 12D 22 26
Octal 201 100 200 0 62 1 61 455 42 46
Binary 10000001 1000000 10000000 0 110010 1 110001 100101101 100010 100110

Color Harmonies of #814080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814080

Black with #814080

Text Example


Text Example

White with #814080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814080; }

 p { color: rgb(129,64,128); }

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

background-color css

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

 a { background-color: rgb(129,64,128); }

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

border-color css

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

 span { border-color: rgb(129,64,128); }

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