#814995

Color #814995 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #814995

Tints of Vivid Violet #814995

Color information

#814995 (or 0x814995) is unknown color: approx Vivid Violet. HEX triplet: 81, 49 and 95. RGB value is (129,73,149). Sum of RGB (Red+Green+Blue) = 129+73+149=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #814995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814995 is #7EB66A. Grayscale: #626262. Windows color (decimal): -8304235 or 9783681. OLE color: 9783681.

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

Color convert

RGB12973149-
CMYK0.130.5100.42
HSL284.21º34.23%43.53%-
HSV(B)284.21º51.01%58.43%-
XYZ16.8611.629.78-
YUV98.41156.55149.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=36.75%
G=20.80%
B=42.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129731490.130.5100.42284.2134.2343.53
Hex814995D3302A11c222c
Octal20111122515630524344254
Binary1000000110010011001010111011100110101010100011100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814995; }

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

 H1.HeaderClassName
 {
   color: #814995;
 }
 .AnyTagClassName
 {
   color: #814995;
 }
</style>
background-color css

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

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

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

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

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

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