Html Css Color HEX #814991 Vivid Violet

📋 copy color: '#814991'

red 129 ◦ green 73 ◦ blue 145

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

Shades of Vivid Violet #814991

Tints of Vivid Violet #814991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 37.18%
G = 21.04%
B = 41.79%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#814991 (or 0x814991) is known color: Vivid Violet. HEX triplet: 81, 49 and 91. RGB value is (129,73,145). Sum of RGB (Red+Green+Blue) = 129+73+145=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #814991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814991 is #7EB66E. Grayscale: #616161. Windows color (decimal): -8304239 or 9521537. OLE color: 9521537.

HSL color Cylindrical-coordinate representation of color #814991: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814991 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 73 145 -
CMYK 0.11 0.50 0 0.43
HSL 286.67º 0.33% 0.43% -
HSV(B) 286.67º 0.5% 0.57% -
XYZ 16.55 11.48 28.13 -
YUV 97.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 129 73 145 0.11 0.50 0 0.43 286.67 0.33 0.43
Hex 81 49 91 B 32 0 2B 11F 21 2B
Octal 201 111 221 13 62 0 53 437 41 53
Binary 10000001 1001001 10010001 1011 110010 0 101011 100011111 100001 101011

Color Harmonies of #814991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814991

Black with #814991

Text Example


Text Example

White with #814991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814991; }

 p { color: rgb(129,73,145); }

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

background-color css

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

 a { background-color: rgb(129,73,145); }

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

border-color css

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

 span { border-color: rgb(129,73,145); }

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