Html Css Color HEX #9589BD Cold Purple

📋 copy color: '#9589BD'

red 149 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #9589BD

Tints of Cold Purple #9589BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 31.37%
G = 28.84%
B = 39.79%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9589BD (or 0x9589BD) is known color: Cold Purple. HEX triplet: 95, 89 and BD. RGB value is (149,137,189). Sum of RGB (Red+Green+Blue) = 149+137+189=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #9589BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589BD is #6A7642. Grayscale: #929292. Windows color (decimal): -6977091 or 12421525. OLE color: 12421525.

HSL color Cylindrical-coordinate representation of color #9589BD: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9589BD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 137 189 -
CMYK 0.21 0.28 0 0.26
HSL 253.85º 0.28% 0.64% -
HSV(B) 253.85º 0.28% 0.74% -
XYZ 30.53 27.96 51.93 -
YUV 146.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 149 137 189 0.21 0.28 0 0.26 253.85 0.28 0.64
Hex 95 89 BD 15 1C 0 1A FE 1C 40
Octal 225 211 275 25 34 0 32 376 34 100
Binary 10010101 10001001 10111101 10101 11100 0 11010 11111110 11100 1000000

Color Harmonies of #9589BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589BD

Black with #9589BD

Text Example


Text Example

White with #9589BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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