Html Css Color HEX #814081 Vivid Violet

📋 copy color: '#814081'

red 129 ◦ green 64 ◦ blue 129

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

Shades of Vivid Violet #814081

Tints of Vivid Violet #814081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 40.06%
G = 19.88%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#814081 (or 0x814081) is known color: Vivid Violet. HEX triplet: 81, 40 and 81. RGB value is (129,64,129). Sum of RGB (Red+Green+Blue) = 129+64+129=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #814081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814081 is #7EBF7E. Grayscale: #5A5A5A. Windows color (decimal): -8306559 or 8470657. OLE color: 8470657.

HSL color Cylindrical-coordinate representation of color #814081: hue angle of 300º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814081 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 64 129 -
CMYK 0 0.50 0 0.49
HSL 300º 0.34% 0.38% -
HSV(B) 300º 0.5% 0.51% -
XYZ 14.85 9.92 21.9 -
YUV 90.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 129 64 129 0 0.50 0 0.49 300 0.34 0.38
Hex 81 40 81 0 32 0 31 12C 22 26
Octal 201 100 201 0 62 0 61 454 42 46
Binary 10000001 1000000 10000001 0 110010 0 110001 100101100 100010 100110

Color Harmonies of #814081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814081

Black with #814081

Text Example


Text Example

White with #814081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814081; }

 p { color: rgb(129,64,129); }

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

background-color css

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

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

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

border-color css

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

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

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