#913E8A

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

Shades of Vivid Violet #913E8A

Tints of Vivid Violet #913E8A

Color information

#913E8A (or 0x913E8A) is unknown color: approx Vivid Violet. HEX triplet: 91, 3E and 8A. RGB value is (145,62,138). Sum of RGB (Red+Green+Blue) = 145+62+138=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #913E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913E8A is #6EC175. Grayscale: #5F5F5F. Windows color (decimal): -7258486 or 9059985. OLE color: 9059985.

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

Color convert

RGB14562138-
CMYK00.570.050.43
HSL305.06º40.1%40.59%-
HSV(B)305.06º57.24%56.86%-
XYZ17.9911.325.28-
YUV95.48152163.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 138 (54.30% from 255) = 40%
R=42.03%
G=17.97%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456213800.570.050.43305.0640.140.59
Hex913E8A03952B1312829
Octal221762120715534615051
Binary10010001111110100010100111001101101011100110001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,138); }

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

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

 a { background-color: rgb(145,62,138); }

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

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

 span { border-color: rgb(145,62,138); }

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