Html Css Color HEX #814889 Vivid Violet

📋 copy color: '#814889'

red 129 ◦ green 72 ◦ blue 137

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

Shades of Vivid Violet #814889

Tints of Vivid Violet #814889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 38.17%
G = 21.3%
B = 40.53%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#814889 (or 0x814889) is known color: Vivid Violet. HEX triplet: 81, 48 and 89. RGB value is (129,72,137). Sum of RGB (Red+Green+Blue) = 129+72+137=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #814889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814889 is #7EB776. Grayscale: #606060. Windows color (decimal): -8304503 or 8996993. OLE color: 8996993.

HSL color Cylindrical-coordinate representation of color #814889: hue angle of 292.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814889 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 72 137 -
CMYK 0.06 0.47 0 0.46
HSL 292.62º 0.31% 0.41% -
HSV(B) 292.62º 0.47% 0.54% -
XYZ 15.89 11.11 24.97 -
YUV 96.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 129 72 137 0.06 0.47 0 0.46 292.62 0.31 0.41
Hex 81 48 89 6 2F 0 2E 125 1F 29
Octal 201 110 211 6 57 0 56 445 37 51
Binary 10000001 1001000 10001001 110 101111 0 101110 100100101 11111 101001

Color Harmonies of #814889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814889

Black with #814889

Text Example


Text Example

White with #814889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814889; }

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

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

background-color css

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

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

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

border-color css

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

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

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