#9329AA

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

Shades of Vivid Violet #9329AA

Tints of Vivid Violet #9329AA

Color information

#9329AA (or 0x9329AA) is unknown color: approx Vivid Violet. HEX triplet: 93, 29 and AA. RGB value is (147,41,170). Sum of RGB (Red+Green+Blue) = 147+41+170=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #9329AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9329AA is #6CD655. Grayscale: #565656. Windows color (decimal): -7132758 or 11151763. OLE color: 11151763.

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

Color convert

RGB14741170-
CMYK0.140.7600.33
HSL289.3º61.14%41.37%-
HSV(B)289.3º75.88%66.67%-
XYZ20.0810.6939.04-
YUV87.4174.62170.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=41.06%
G=11.45%
B=47.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147411700.140.7600.33289.361.1441.37
Hex9329AAE4C0211213d29
Octal22351252161140414417551
Binary1001001110100110101010111010011000100001100100001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9329AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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