#814299

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

Shades of Vivid Violet #814299

Tints of Vivid Violet #814299

Color information

#814299 (or 0x814299) is unknown color: approx Vivid Violet. HEX triplet: 81, 42 and 99. RGB value is (129,66,153). Sum of RGB (Red+Green+Blue) = 129+66+153=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #814299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814299 is #7EBD66. Grayscale: #5E5E5E. Windows color (decimal): -8306023 or 10044033. OLE color: 10044033.

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

Color convert

RGB12966153-
CMYK0.160.5700.4
HSL283.45º39.73%42.94%-
HSV(B)283.45º56.86%60%-
XYZ16.7510.8631.35-
YUV94.76160.87152.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=37.07%
G=18.97%
B=43.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129661530.160.5700.4283.4539.7342.94
Hex814299103902811b282b
Octal20110223120710504335053
Binary10000001100001010011001100001110010101000100011011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814299; }

 p { color: rgb(129,66,153); }

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

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

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

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

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

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

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