#913496

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

Shades of Vivid Violet #913496

Tints of Vivid Violet #913496

Color information

#913496 (or 0x913496) is unknown color: approx Vivid Violet. HEX triplet: 91, 34 and 96. RGB value is (145,52,150). Sum of RGB (Red+Green+Blue) = 145+52+150=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #913496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913496 is #6ECB69. Grayscale: #5A5A5A. Windows color (decimal): -7261034 or 9843857. OLE color: 9843857.

HSL color Cylindrical-coordinate representation of color #913496: hue angle of 296.94º degrees, saturation: 0.49, 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 #913496 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14552150-
CMYK0.030.6500.41
HSL296.94º48.51%39.61%-
HSV(B)296.94º65.33%58.82%-
XYZ18.4110.6829.94-
YUV90.98161.31166.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=41.79%
G=14.99%
B=43.23%

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
Decimal145521500.030.6500.41296.9448.5139.61
Hex9134963410291293128
Octal2216422631010514516150
Binary10010001110100100101101110000010101001100101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913496; }

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

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

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

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

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

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

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

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