#9729A0

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

Shades of Vivid Violet #9729A0

Tints of Vivid Violet #9729A0

Color information

#9729A0 (or 0x9729A0) is unknown color: approx Vivid Violet. HEX triplet: 97, 29 and A0. RGB value is (151,41,160). Sum of RGB (Red+Green+Blue) = 151+41+160=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #9729A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9729A0 is #68D65F. Grayscale: #575757. Windows color (decimal): -6870624 or 10496407. OLE color: 10496407.

HSL color Cylindrical-coordinate representation of color #9729A0: hue angle of 295.46º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9729A0 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15141160-
CMYK0.060.7400.37
HSL295.46º59.2%39.41%-
HSV(B)295.46º74.37%62.75%-
XYZ19.910.734.27-
YUV87.46168.94173.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=42.90%
G=11.65%
B=45.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151411600.060.7400.37295.4659.239.41
Hex9729A064A0251273b27
Octal2275124061120454477347
Binary100101111010011010000011010010100100101100100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9729A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9729A0; }

 p { color: rgb(151,41,160); }

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

<style>
 a { background-color: #9729A0; }

 a { background-color: rgb(151,41,160); }

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

<style>
 span { border-color: #9729A0; }

 span { border-color: rgb(151,41,160); }

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