Html Css Color HEX #814790 Vivid Violet

📋 copy color: '#814790'

red 129 ◦ green 71 ◦ blue 144

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

Shades of Vivid Violet #814790

Tints of Vivid Violet #814790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 37.5%
G = 20.64%
B = 41.86%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#814790 (or 0x814790) is known color: Vivid Violet. HEX triplet: 81, 47 and 90. RGB value is (129,71,144). Sum of RGB (Red+Green+Blue) = 129+71+144=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #814790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814790 is #7EB86F. Grayscale: #606060. Windows color (decimal): -8304752 or 9455489. OLE color: 9455489.

HSL color Cylindrical-coordinate representation of color #814790: hue angle of 287.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814790 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 71 144 -
CMYK 0.10 0.51 0 0.44
HSL 287.67º 0.34% 0.42% -
HSV(B) 287.67º 0.51% 0.56% -
XYZ 16.34 11.19 27.68 -
YUV 96.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 129 71 144 0.10 0.51 0 0.44 287.67 0.34 0.42
Hex 81 47 90 A 33 0 2C 120 22 2A
Octal 201 107 220 12 63 0 54 440 42 52
Binary 10000001 1000111 10010000 1010 110011 0 101100 100100000 100010 101010

Color Harmonies of #814790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814790

Black with #814790

Text Example


Text Example

White with #814790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814790; }

 p { color: rgb(129,71,144); }

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

background-color css

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

 a { background-color: rgb(129,71,144); }

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

border-color css

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

 span { border-color: rgb(129,71,144); }

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