#9429AA

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

Shades of Vivid Violet #9429AA

Tints of Vivid Violet #9429AA

Color information

#9429AA (or 0x9429AA) is unknown color: approx Vivid Violet. HEX triplet: 94, 29 and AA. RGB value is (148,41,170). Sum of RGB (Red+Green+Blue) = 148+41+170=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #9429AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429AA is #6BD655. Grayscale: #575757. Windows color (decimal): -7067222 or 11151764. OLE color: 11151764.

HSL color Cylindrical-coordinate representation of color #9429AA: hue angle of 289.77º 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 #9429AA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14841170-
CMYK0.130.7600.33
HSL289.77º61.14%41.37%-
HSV(B)289.77º75.88%66.67%-
XYZ20.2610.7839.04-
YUV87.7174.45171.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=41.23%
G=11.42%
B=47.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148411700.130.7600.33289.7761.1441.37
Hex9429AAD4C0211223d29
Octal22451252151140414427551
Binary1001010010100110101010110110011000100001100100010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9429AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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