Html Css Color HEX #9589AA Cold Purple

📋 copy color: '#9589AA'

red 149 ◦ green 137 ◦ blue 170

#9589AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9589AA

Tints of Cold Purple #9589AA

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.8% from 255) = 37.28%

R = 32.68%
G = 30.04%
B = 37.28%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9589AA (or 0x9589AA) is known color: 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

RGB 149 137 170 -
CMYK 0.12 0.19 0 0.33
HSL 261.82º 0.16% 0.6% -
HSV(B) 261.82º 0.19% 0.67% -
XYZ 28.6 27.18 41.77 -
YUV 144.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 149 137 170 0.12 0.19 0 0.33 261.82 0.16 0.6
Hex 95 89 AA C 13 0 21 106 10 3C
Octal 225 211 252 14 23 0 41 406 20 74
Binary 10010101 10001001 10101010 1100 10011 0 100001 100000110 10000 111100

Color Harmonies of #9589AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589AA

Black with #9589AA

Text Example


Text Example

White with #9589AA

Text Example


Text Example

HTML Codes & Css Web 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>