Html Css Color HEX #814497 Vivid Violet

📋 copy color: '#814497'

red 129 ◦ green 68 ◦ blue 151

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

Shades of Vivid Violet #814497

Tints of Vivid Violet #814497

RGB

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

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

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

R = 37.07%
G = 19.54%
B = 43.39%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#814497 (or 0x814497) is known color: Vivid Violet. HEX triplet: 81, 44 and 97. RGB value is (129,68,151). Sum of RGB (Red+Green+Blue) = 129+68+151=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #814497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814497 is #7EBB68. Grayscale: #5F5F5F. Windows color (decimal): -8305513 or 9913473. OLE color: 9913473.

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

Color convert

RGB 129 68 151 -
CMYK 0.15 0.55 0 0.41
HSL 284.1º 0.38% 0.43% -
HSV(B) 284.1º 0.55% 0.59% -
XYZ 16.71 11.04 30.53 -
YUV 95.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 129 68 151 0.15 0.55 0 0.41 284.1 0.38 0.43
Hex 81 44 97 F 37 0 29 11C 26 2B
Octal 201 104 227 17 67 0 51 434 46 53
Binary 10000001 1000100 10010111 1111 110111 0 101001 100011100 100110 101011

Color Harmonies of #814497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814497

Black with #814497

Text Example


Text Example

White with #814497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814497; }

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

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

background-color css

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

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

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

border-color css

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

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

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