#9589AA

Color #9589AA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9589AA

Tints of Cold Purple #9589AA

Color information

#9589AA (or 0x9589AA) is unknown color: approx Cold Purple. HEX triplet: 95, 89 and AA. RGB value is (149,137,170). Sum of RGB (Red+Green+Blue) = 149+137+170=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9589AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9589AA is #6A7655. Grayscale: #909090. Windows color (decimal): -6977110 or 11176341. OLE color: 11176341.

HSL color Cylindrical-coordinate representation of color #9589AA: hue angle of 261.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9589AA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149137170-
CMYK0.120.1900.33
HSL261.82º16.26%60.2%-
HSV(B)261.82º19.41%66.67%-
XYZ28.627.1841.77-
YUV144.35142.48131.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=32.68%
G=30.04%
B=37.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491371700.120.1900.33261.8216.2660.2
Hex9589AAC13021106103c
Octal22521125214230414062074
Binary100101011000100110101010110010011010000110000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,137,170); }

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

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

 a { background-color: rgb(149,137,170); }

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

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

 span { border-color: rgb(149,137,170); }

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