#9D60AA

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

Shades of Violet Blue #9D60AA

Tints of Violet Blue #9D60AA

Color information

#9D60AA (or 0x9D60AA) is unknown color: approx Violet Blue. HEX triplet: 9D, 60 and AA. RGB value is (157,96,170). Sum of RGB (Red+Green+Blue) = 157+96+170=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D60AA is #629F55. Grayscale: #7A7A7A. Windows color (decimal): -6463318 or 11165853. OLE color: 11165853.

HSL color Cylindrical-coordinate representation of color #9D60AA: hue angle of 289.46º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D60AA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15796170-
CMYK0.080.4400.33
HSL289.46º30.33%52.16%-
HSV(B)289.46º43.53%66.67%-
XYZ25.3418.4440.25-
YUV122.67154.71152.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=37.12%
G=22.70%
B=40.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157961700.080.4400.33289.4630.3352.16
Hex9D60AA82C0211211e34
Octal23514025210540414413664
Binary100111011100000101010101000101100010000110010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,170); }

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

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

 a { background-color: rgb(157,96,170); }

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

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

 span { border-color: rgb(157,96,170); }

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