Html Css Color HEX #814097 Vivid Violet

📋 copy color: '#814097'

red 129 ◦ green 64 ◦ blue 151

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

Shades of Vivid Violet #814097

Tints of Vivid Violet #814097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 37.5%
G = 18.6%
B = 43.9%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#814097 (or 0x814097) is known color: Vivid Violet. HEX triplet: 81, 40 and 97. RGB value is (129,64,151). Sum of RGB (Red+Green+Blue) = 129+64+151=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #814097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814097 is #7EBF68. Grayscale: #5D5D5D. Windows color (decimal): -8306537 or 9912449. OLE color: 9912449.

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

Color convert

RGB 129 64 151 -
CMYK 0.15 0.58 0 0.41
HSL 284.83º 0.4% 0.42% -
HSV(B) 284.83º 0.58% 0.59% -
XYZ 16.47 10.57 30.45 -
YUV 93.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 129 64 151 0.15 0.58 0 0.41 284.83 0.4 0.42
Hex 81 40 97 F 3A 0 29 11D 28 2A
Octal 201 100 227 17 72 0 51 435 50 52
Binary 10000001 1000000 10010111 1111 111010 0 101001 100011101 101000 101010

Color Harmonies of #814097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814097

Black with #814097

Text Example


Text Example

White with #814097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814097; }

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

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

background-color css

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

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

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

border-color css

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

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

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