Html Css Color HEX #814489 Vivid Violet

📋 copy color: '#814489'

red 129 ◦ green 68 ◦ blue 137

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

Shades of Vivid Violet #814489

Tints of Vivid Violet #814489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 38.62%
G = 20.36%
B = 41.02%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#814489 (or 0x814489) is known color: Vivid Violet. HEX triplet: 81, 44 and 89. RGB value is (129,68,137). Sum of RGB (Red+Green+Blue) = 129+68+137=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #814489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814489 is #7EBB76. Grayscale: #5D5D5D. Windows color (decimal): -8305527 or 8995969. OLE color: 8995969.

HSL color Cylindrical-coordinate representation of color #814489: hue angle of 293.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814489 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 68 137 -
CMYK 0.06 0.50 0 0.46
HSL 293.04º 0.34% 0.4% -
HSV(B) 293.04º 0.5% 0.54% -
XYZ 15.64 10.61 24.89 -
YUV 94.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 129 68 137 0.06 0.50 0 0.46 293.04 0.34 0.4
Hex 81 44 89 6 32 0 2E 125 22 28
Octal 201 104 211 6 62 0 56 445 42 50
Binary 10000001 1000100 10001001 110 110010 0 101110 100100101 100010 101000

Color Harmonies of #814489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814489

Black with #814489

Text Example


Text Example

White with #814489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814489; }

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

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

background-color css

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

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

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

border-color css

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

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

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