#913196

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

Shades of Vivid Violet #913196

Tints of Vivid Violet #913196

Color information

#913196 (or 0x913196) is unknown color: approx Vivid Violet. HEX triplet: 91, 31 and 96. RGB value is (145,49,150). Sum of RGB (Red+Green+Blue) = 145+49+150=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #913196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913196 is #6ECE69. Grayscale: #585858. Windows color (decimal): -7261802 or 9843089. OLE color: 9843089.

HSL color Cylindrical-coordinate representation of color #913196: hue angle of 297.03º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913196 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14549150-
CMYK0.030.6700.41
HSL297.03º50.75%39.02%-
HSV(B)297.03º67.33%58.82%-
XYZ18.2810.4229.9-
YUV89.22162.3167.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 49 (19.53% from 255) = 14.24%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=42.15%
G=14.24%
B=43.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145491500.030.6700.41297.0350.7539.02
Hex9131963430291293327
Octal2216122631030514516347
Binary10010001110001100101101110000110101001100101001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913196; }

 p { color: rgb(145,49,150); }

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

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

 a { background-color: rgb(145,49,150); }

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

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

 span { border-color: rgb(145,49,150); }

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