#9589B1

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

Shades of Cold Purple #9589B1

Tints of Cold Purple #9589B1

Color information

#9589B1 (or 0x9589B1) is unknown color: approx Cold Purple. HEX triplet: 95, 89 and B1. RGB value is (149,137,177). Sum of RGB (Red+Green+Blue) = 149+137+177=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #9589B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9589B1 is #6A764E. Grayscale: #919191. Windows color (decimal): -6977103 or 11635093. OLE color: 11635093.

HSL color Cylindrical-coordinate representation of color #9589B1: hue angle of 258º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9589B1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149137177-
CMYK0.160.2300.31
HSL258º20.41%61.57%-
HSV(B)258º22.6%69.41%-
XYZ29.2827.4645.35-
YUV145.15145.98130.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=32.18%
G=29.59%
B=38.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491371770.160.2300.3125820.4161.57
Hex9589B1101701F102143e
Octal22521126120270374022476
Binary100101011000100110110001100001011101111110000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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