#913395

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

Shades of Vivid Violet #913395

Tints of Vivid Violet #913395

Color information

#913395 (or 0x913395) is unknown color: approx Vivid Violet. HEX triplet: 91, 33 and 95. RGB value is (145,51,149). Sum of RGB (Red+Green+Blue) = 145+51+149=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #913395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913395 is #6ECC6A. Grayscale: #595959. Windows color (decimal): -7261291 or 9778065. OLE color: 9778065.

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

Color convert

RGB14551149-
CMYK0.030.6600.42
HSL297.55º49%39.22%-
HSV(B)297.55º65.77%58.43%-
XYZ18.2910.5629.51-
YUV90.28161.14167.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=42.03%
G=14.78%
B=43.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145511490.030.6600.42297.554939.22
Hex91339534202A12a3127
Octal2216322531020524526147
Binary10010001110011100101011110000100101010100101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913395; }

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

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

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

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

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

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

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

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