Html Css Color HEX #814490 Vivid Violet

📋 copy color: '#814490'

red 129 ◦ green 68 ◦ blue 144

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

Shades of Vivid Violet #814490

Tints of Vivid Violet #814490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 37.83%
G = 19.94%
B = 42.23%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#814490 (or 0x814490) is known color: Vivid Violet. HEX triplet: 81, 44 and 90. RGB value is (129,68,144). Sum of RGB (Red+Green+Blue) = 129+68+144=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #814490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814490 is #7EBB6F. Grayscale: #5E5E5E. Windows color (decimal): -8305520 or 9454721. OLE color: 9454721.

HSL color Cylindrical-coordinate representation of color #814490: hue angle of 288.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814490 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 68 144 -
CMYK 0.10 0.53 0 0.44
HSL 288.16º 0.36% 0.42% -
HSV(B) 288.16º 0.53% 0.56% -
XYZ 16.15 10.81 27.62 -
YUV 94.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 129 68 144 0.10 0.53 0 0.44 288.16 0.36 0.42
Hex 81 44 90 A 35 0 2C 120 24 2A
Octal 201 104 220 12 65 0 54 440 44 52
Binary 10000001 1000100 10010000 1010 110101 0 101100 100100000 100100 101010

Color Harmonies of #814490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814490

Black with #814490

Text Example


Text Example

White with #814490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814490; }

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

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

background-color css

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

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

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

border-color css

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

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

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