Html Css Color HEX #814799 Vivid Violet

📋 copy color: '#814799'

red 129 ◦ green 71 ◦ blue 153

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

Shades of Vivid Violet #814799

Tints of Vivid Violet #814799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 36.54%
G = 20.11%
B = 43.34%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#814799 (or 0x814799) is known color: Vivid Violet. HEX triplet: 81, 47 and 99. RGB value is (129,71,153). Sum of RGB (Red+Green+Blue) = 129+71+153=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #814799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814799 is #7EB866. Grayscale: #616161. Windows color (decimal): -8304743 or 10045313. OLE color: 10045313.

HSL color Cylindrical-coordinate representation of color #814799: hue angle of 282.44º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814799 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 71 153 -
CMYK 0.16 0.54 0 0.4
HSL 282.44º 0.37% 0.44% -
HSV(B) 282.44º 0.54% 0.6% -
XYZ 17.06 11.47 31.45 -
YUV 97.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 129 71 153 0.16 0.54 0 0.4 282.44 0.37 0.44
Hex 81 47 99 10 36 0 28 11A 25 2C
Octal 201 107 231 20 66 0 50 432 45 54
Binary 10000001 1000111 10011001 10000 110110 0 101000 100011010 100101 101100

Color Harmonies of #814799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814799

Black with #814799

Text Example


Text Example

White with #814799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814799; }

 p { color: rgb(129,71,153); }

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

background-color css

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

 a { background-color: rgb(129,71,153); }

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

border-color css

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

 span { border-color: rgb(129,71,153); }

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