#9329a7

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

Shades of Vivid Violet #9329A7

Tints of Vivid Violet #9329A7

Color information

#9329A7 (or 0x9329A7) is unknown color: approx Vivid Violet. HEX triplet: 93, 29 and A7. RGB value is (147,41,167). Sum of RGB (Red+Green+Blue) = 147+41+167=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #9329A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9329A7 is #6CD658. Grayscale: #565656. Windows color (decimal): -7132761 or 10955155. OLE color: 10955155.

HSL color Cylindrical-coordinate representation of color #9329A7: hue angle of 290.48º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9329A7 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14741167-
CMYK0.120.7500.35
HSL290.48º60.58%40.78%-
HSV(B)290.48º75.45%65.49%-
XYZ19.810.5837.56-
YUV87.06173.12170.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 167 (65.62% from 255) = 47.04%
R=41.41%
G=11.55%
B=47.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147411670.120.7500.35290.4860.5840.78
Hex9329A7C4B0231223d29
Octal22351247141130434427551
Binary1001001110100110100111110010010110100011100100010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9329a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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