#9129AB

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

Shades of Vivid Violet #9129AB

Tints of Vivid Violet #9129AB

Color information

#9129AB (or 0x9129AB) is unknown color: approx Vivid Violet. HEX triplet: 91, 29 and AB. RGB value is (145,41,171). Sum of RGB (Red+Green+Blue) = 145+41+171=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #9129AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9129AB is #6ED654. Grayscale: #565656. Windows color (decimal): -7263829 or 11217297. OLE color: 11217297.

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

Color convert

RGB14541171-
CMYK0.150.7600.33
HSL288º61.32%41.57%-
HSV(B)288º76.02%67.06%-
XYZ19.8210.5539.52-
YUV86.92175.46169.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 41 (16.41% from 255) = 11.48%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=40.62%
G=11.48%
B=47.90%

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
Decimal145411710.150.7600.3328861.3241.57
Hex9129ABF4C0211203d2a
Octal22151253171140414407552
Binary1001000110100110101011111110011000100001100100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9129AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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