#9131a4

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

Shades of Vivid Violet #9131A4

Tints of Vivid Violet #9131A4

Color information

#9131A4 (or 0x9131A4) is unknown color: approx Vivid Violet. HEX triplet: 91, 31 and A4. RGB value is (145,49,164). Sum of RGB (Red+Green+Blue) = 145+49+164=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #9131A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9131A4 is #6ECE5B. Grayscale: #5A5A5A. Windows color (decimal): -7261788 or 10760593. OLE color: 10760593.

HSL color Cylindrical-coordinate representation of color #9131A4: hue angle of 290.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9131A4 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14549164-
CMYK0.120.7000.36
HSL290.09º53.99%41.76%-
HSV(B)290.09º70.12%64.31%-
XYZ19.4810.936.2-
YUV90.81169.3166.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=40.50%
G=13.69%
B=45.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal145491640.120.7000.36290.0953.9941.76
Hex9131A4C46024122362a
Octal22161244141060444426652
Binary1001000111000110100100110010001100100100100100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9131a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9131a4; }

 p { color: rgb(145,49,164); }

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

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

 a { background-color: rgb(145,49,164); }

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

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

 span { border-color: rgb(145,49,164); }

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