#913589

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

Shades of Vivid Violet #913589

Tints of Vivid Violet #913589

Color information

#913589 (or 0x913589) is unknown color: approx Vivid Violet. HEX triplet: 91, 35 and 89. RGB value is (145,53,137). Sum of RGB (Red+Green+Blue) = 145+53+137=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913589 is #6ECA76. Grayscale: #595959. Windows color (decimal): -7260791 or 8992145. OLE color: 8992145.

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

Color convert

RGB14553137-
CMYK00.630.060.43
HSL305.22º46.46%38.82%-
HSV(B)305.22º63.45%56.86%-
XYZ17.4710.3724.75-
YUV90.08154.48167.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=43.28%
G=15.82%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455313700.630.060.43305.2246.4638.82
Hex91358903F62B1312e27
Octal221652110776534615647
Binary10010001110101100010010111111110101011100110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913589; }

 p { color: rgb(145,53,137); }

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

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

 a { background-color: rgb(145,53,137); }

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

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

 span { border-color: rgb(145,53,137); }

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