Html Css Color HEX #9589BB Cold Purple

📋 copy color: '#9589BB'

red 149 ◦ green 137 ◦ blue 187

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

Shades of Cold Purple #9589BB

Tints of Cold Purple #9589BB

RGB

 RED value IS 149 (58.59% from 255) = 31.5%

 GREEN value IS 137 (53.91% from 255) = 28.96%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 31.5%
G = 28.96%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9589BB (or 0x9589BB) is known color: Cold Purple. HEX triplet: 95, 89 and BB. RGB value is (149,137,187). Sum of RGB (Red+Green+Blue) = 149+137+187=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #9589BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589BB is #6A7644. Grayscale: #929292. Windows color (decimal): -6977093 or 12290453. OLE color: 12290453.

HSL color Cylindrical-coordinate representation of color #9589BB: hue angle of 254.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9589BB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 137 187 -
CMYK 0.20 0.27 0 0.27
HSL 254.4º 0.27% 0.64% -
HSV(B) 254.4º 0.27% 0.73% -
XYZ 30.31 27.87 50.8 -
YUV 146.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 149 137 187 0.20 0.27 0 0.27 254.4 0.27 0.64
Hex 95 89 BB 14 1B 0 1B FE 1B 40
Octal 225 211 273 24 33 0 33 376 33 100
Binary 10010101 10001001 10111011 10100 11011 0 11011 11111110 11011 1000000

Color Harmonies of #9589BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589BB

Black with #9589BB

Text Example


Text Example

White with #9589BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9589BB;
 }
 .AnyTagClassName
 {
   color: #9589BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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