Html Css Color HEX #814A8E Vivid Violet

📋 copy color: '#814A8E'

red 129 ◦ green 74 ◦ blue 142

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

Shades of Vivid Violet #814A8E

Tints of Vivid Violet #814A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 37.39%
G = 21.45%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#814A8E (or 0x814A8E) is known color: Vivid Violet. HEX triplet: 81, 4A and 8E. RGB value is (129,74,142). Sum of RGB (Red+Green+Blue) = 129+74+142=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #814A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814A8E is #7EB571. Grayscale: #616161. Windows color (decimal): -8303986 or 9325185. OLE color: 9325185.

HSL color Cylindrical-coordinate representation of color #814A8E: hue angle of 288.53º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814A8E is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 74 142 -
CMYK 0.09 0.48 0 0.44
HSL 288.53º 0.31% 0.42% -
HSV(B) 288.53º 0.48% 0.56% -
XYZ 16.38 11.52 26.95 -
YUV 98.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 129 74 142 0.09 0.48 0 0.44 288.53 0.31 0.42
Hex 81 4A 8E 9 30 0 2C 121 1F 2A
Octal 201 112 216 11 60 0 54 441 37 52
Binary 10000001 1001010 10001110 1001 110000 0 101100 100100001 11111 101010

Color Harmonies of #814A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A8E

Black with #814A8E

Text Example


Text Example

White with #814A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814A8E; }

 p { color: rgb(129,74,142); }

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

background-color css

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

 a { background-color: rgb(129,74,142); }

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

border-color css

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

 span { border-color: rgb(129,74,142); }

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