#913596

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

Shades of Vivid Violet #913596

Tints of Vivid Violet #913596

Color information

#913596 (or 0x913596) is unknown color: approx Vivid Violet. HEX triplet: 91, 35 and 96. RGB value is (145,53,150). Sum of RGB (Red+Green+Blue) = 145+53+150=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #913596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913596 is #6ECA69. Grayscale: #5B5B5B. Windows color (decimal): -7260778 or 9844113. OLE color: 9844113.

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

Color convert

RGB14553150-
CMYK0.030.6500.41
HSL296.91º47.78%39.8%-
HSV(B)296.91º64.67%58.82%-
XYZ18.4610.7729.96-
YUV91.57160.98166.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=41.67%
G=15.23%
B=43.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145531500.030.6500.41296.9147.7839.8
Hex9135963410291293028
Octal2216522631010514516050
Binary10010001110101100101101110000010101001100101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913596; }

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

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

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

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

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

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

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

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