Html Css Color HEX #814389 Vivid Violet

📋 copy color: '#814389'

red 129 ◦ green 67 ◦ blue 137

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

Shades of Vivid Violet #814389

Tints of Vivid Violet #814389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 38.74%
G = 20.12%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#814389 (or 0x814389) is known color: Vivid Violet. HEX triplet: 81, 43 and 89. RGB value is (129,67,137). Sum of RGB (Red+Green+Blue) = 129+67+137=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #814389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814389 is #7EBC76. Grayscale: #5D5D5D. Windows color (decimal): -8305783 or 8995713. OLE color: 8995713.

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

Color convert

RGB 129 67 137 -
CMYK 0.06 0.51 0 0.46
HSL 293.14º 0.34% 0.4% -
HSV(B) 293.14º 0.51% 0.54% -
XYZ 15.58 10.49 24.87 -
YUV 93.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 129 67 137 0.06 0.51 0 0.46 293.14 0.34 0.4
Hex 81 43 89 6 33 0 2E 125 22 28
Octal 201 103 211 6 63 0 56 445 42 50
Binary 10000001 1000011 10001001 110 110011 0 101110 100100101 100010 101000

Color Harmonies of #814389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814389

Black with #814389

Text Example


Text Example

White with #814389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814389; }

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

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

background-color css

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

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

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

border-color css

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

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

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