#9A3997

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

Shades of Vivid Violet #9A3997

Tints of Vivid Violet #9A3997

Color information

#9A3997 (or 0x9A3997) is unknown color: approx Vivid Violet. HEX triplet: 9A, 39 and 97. RGB value is (154,57,151). Sum of RGB (Red+Green+Blue) = 154+57+151=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3997 is #65C668. Grayscale: #606060. Windows color (decimal): -6669929 or 9910682. OLE color: 9910682.

HSL color Cylindrical-coordinate representation of color #9A3997: hue angle of 301.86º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A3997 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB15457151-
CMYK00.630.020.40
HSL301.86º45.97%41.37%-
HSV(B)301.86º62.99%60.39%-
XYZ20.3812.0330.53-
YUV96.72158.64168.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.54%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 151 (59.38% from 255) = 41.71%
R=42.54%
G=15.75%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545715100.630.020.40301.8645.9741.37
Hex9A399703F22812e2e29
Octal232712270772504565651
Binary1001101011100110010111011111110101000100101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3997; }

 p { color: rgb(154,57,151); }

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

<style>
 a { background-color: #9A3997; }

 a { background-color: rgb(154,57,151); }

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

<style>
 span { border-color: #9A3997; }

 span { border-color: rgb(154,57,151); }

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