Html Css Color HEX #814095 Vivid Violet

📋 copy color: '#814095'

red 129 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #814095

Tints of Vivid Violet #814095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 37.72%
G = 18.71%
B = 43.57%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#814095 (or 0x814095) is known color: Vivid Violet. HEX triplet: 81, 40 and 95. RGB value is (129,64,149). Sum of RGB (Red+Green+Blue) = 129+64+149=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #814095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814095 is #7EBF6A. Grayscale: #5C5C5C. Windows color (decimal): -8306539 or 9781377. OLE color: 9781377.

HSL color Cylindrical-coordinate representation of color #814095: hue angle of 285.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814095 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 64 149 -
CMYK 0.13 0.57 0 0.42
HSL 285.88º 0.4% 0.42% -
HSV(B) 285.88º 0.57% 0.58% -
XYZ 16.31 10.5 29.6 -
YUV 93.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 129 64 149 0.13 0.57 0 0.42 285.88 0.4 0.42
Hex 81 40 95 D 39 0 2A 11E 28 2A
Octal 201 100 225 15 71 0 52 436 50 52
Binary 10000001 1000000 10010101 1101 111001 0 101010 100011110 101000 101010

Color Harmonies of #814095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814095

Black with #814095

Text Example


Text Example

White with #814095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814095; }

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

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

background-color css

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

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

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

border-color css

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

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

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