#9589BF

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

Shades of Cold Purple #9589BF

Tints of Cold Purple #9589BF

Color information

#9589BF (or 0x9589BF) is unknown color: approx Cold Purple. HEX triplet: 95, 89 and BF. RGB value is (149,137,191). Sum of RGB (Red+Green+Blue) = 149+137+191=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #9589BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589BF is #6A7640. Grayscale: #929292. Windows color (decimal): -6977089 or 12552597. OLE color: 12552597.

HSL color Cylindrical-coordinate representation of color #9589BF: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9589BF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149137191-
CMYK0.220.2800.25
HSL253.33º29.67%64.31%-
HSV(B)253.33º28.27%74.9%-
XYZ30.7428.0453.08-
YUV146.74152.98129.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 191 (75% from 255) = 40.04%
R=31.24%
G=28.72%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491371910.220.2800.25253.3329.6764.31
Hex9589BF161C019fd1e40
Octal225211277263403137536100
Binary100101011000100110111111101101110001100111111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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