Html Css Color HEX #814B89 Vivid Violet

📋 copy color: '#814B89'

red 129 ◦ green 75 ◦ blue 137

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

Shades of Vivid Violet #814B89

Tints of Vivid Violet #814B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 37.83%
G = 21.99%
B = 40.18%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#814B89 (or 0x814B89) is known color: Vivid Violet. HEX triplet: 81, 4B and 89. RGB value is (129,75,137). Sum of RGB (Red+Green+Blue) = 129+75+137=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #814B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814B89 is #7EB476. Grayscale: #626262. Windows color (decimal): -8303735 or 8997761. OLE color: 8997761.

HSL color Cylindrical-coordinate representation of color #814B89: hue angle of 292.26º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814B89 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 75 137 -
CMYK 0.06 0.45 0 0.46
HSL 292.26º 0.29% 0.42% -
HSV(B) 292.26º 0.45% 0.54% -
XYZ 16.08 11.51 25.04 -
YUV 98.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 129 75 137 0.06 0.45 0 0.46 292.26 0.29 0.42
Hex 81 4B 89 6 2D 0 2E 124 1D 2A
Octal 201 113 211 6 55 0 56 444 35 52
Binary 10000001 1001011 10001001 110 101101 0 101110 100100100 11101 101010

Color Harmonies of #814B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814B89

Black with #814B89

Text Example


Text Example

White with #814B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,75,137); }

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

background-color css

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

 a { background-color: rgb(129,75,137); }

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

border-color css

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

 span { border-color: rgb(129,75,137); }

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