#9129AA

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

Shades of Vivid Violet #9129AA

Tints of Vivid Violet #9129AA

Color information

#9129AA (or 0x9129AA) is unknown color: approx Vivid Violet. HEX triplet: 91, 29 and AA. RGB value is (145,41,170). Sum of RGB (Red+Green+Blue) = 145+41+170=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #9129AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9129AA is #6ED655. Grayscale: #565656. Windows color (decimal): -7263830 or 11151761. OLE color: 11151761.

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

Color convert

RGB14541170-
CMYK0.150.7600.33
HSL288.37º61.14%41.37%-
HSV(B)288.37º75.88%66.67%-
XYZ19.7310.5139.02-
YUV86.8174.96169.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 41 (16.41% from 255) = 11.52%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=40.73%
G=11.52%
B=47.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145411700.150.7600.33288.3761.1441.37
Hex9129AAF4C0211203d29
Octal22151252171140414407551
Binary1001000110100110101010111110011000100001100100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9129AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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