#913E9B

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

Shades of Vivid Violet #913E9B

Tints of Vivid Violet #913E9B

Color information

#913E9B (or 0x913E9B) is unknown color: approx Vivid Violet. HEX triplet: 91, 3E and 9B. RGB value is (145,62,155). Sum of RGB (Red+Green+Blue) = 145+62+155=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #913E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913E9B is #6EC164. Grayscale: #616161. Windows color (decimal): -7258469 or 10174097. OLE color: 10174097.

HSL color Cylindrical-coordinate representation of color #913E9B: hue angle of 293.55º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913E9B is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14562155-
CMYK0.060.600.39
HSL293.55º42.86%42.55%-
HSV(B)293.55º60%60.78%-
XYZ19.3211.8332.28-
YUV97.42160.5161.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=40.06%
G=17.13%
B=42.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145621550.060.600.39293.5542.8642.55
Hex913E9B63C0271262b2b
Octal221762336740474465353
Binary10010001111110100110111101111000100111100100110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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