#9139AA

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

Shades of Vivid Violet #9139AA

Tints of Vivid Violet #9139AA

Color information

#9139AA (or 0x9139AA) is unknown color: approx Vivid Violet. HEX triplet: 91, 39 and AA. RGB value is (145,57,170). Sum of RGB (Red+Green+Blue) = 145+57+170=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #9139AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9139AA is #6EC655. Grayscale: #5F5F5F. Windows color (decimal): -7259734 or 11155857. OLE color: 11155857.

HSL color Cylindrical-coordinate representation of color #9139AA: hue angle of 286.73º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9139AA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14557170-
CMYK0.150.6600.33
HSL286.73º49.78%44.51%-
HSV(B)286.73º66.47%66.67%-
XYZ20.411.8539.24-
YUV96.19169.65162.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=38.98%
G=15.32%
B=45.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145571700.150.6600.33286.7349.7844.51
Hex9139AAF4202111f322d
Octal22171252171020414376255
Binary1001000111100110101010111110000100100001100011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9139AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9139AA; }

 p { color: rgb(145,57,170); }

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

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

 a { background-color: rgb(145,57,170); }

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

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

 span { border-color: rgb(145,57,170); }

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