#913D95

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

Shades of Vivid Violet #913D95

Tints of Vivid Violet #913D95

Color information

#913D95 (or 0x913D95) is unknown color: approx Vivid Violet. HEX triplet: 91, 3D and 95. RGB value is (145,61,149). Sum of RGB (Red+Green+Blue) = 145+61+149=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #913D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D95 is #6EC26A. Grayscale: #5F5F5F. Windows color (decimal): -7258731 or 9780625. OLE color: 9780625.

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

Color convert

RGB14561149-
CMYK0.030.5900.42
HSL297.27º41.9%41.18%-
HSV(B)297.27º59.06%58.43%-
XYZ18.7711.5329.67-
YUV96.15157.83162.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=40.85%
G=17.18%
B=41.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145611490.030.5900.42297.2741.941.18
Hex913D9533B02A1292a29
Octal221752253730524515251
Binary1001000111110110010101111110110101010100101001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913D95; }

 p { color: rgb(145,61,149); }

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

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

 a { background-color: rgb(145,61,149); }

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

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

 span { border-color: rgb(145,61,149); }

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