Html Css Color HEX #9D89BD Cold Purple

📋 copy color: '#9D89BD'

red 157 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #9D89BD

Tints of Cold Purple #9D89BD

RGB

 RED value IS 157 (61.72% from 255) = 32.51%

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

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

R = 32.51%
G = 28.36%
B = 39.13%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D89BD (or 0x9D89BD) is known color: Cold Purple. HEX triplet: 9D, 89 and BD. RGB value is (157,137,189). Sum of RGB (Red+Green+Blue) = 157+137+189=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89BD is #627642. Grayscale: #949494. Windows color (decimal): -6452803 or 12421533. OLE color: 12421533.

HSL color Cylindrical-coordinate representation of color #9D89BD: hue angle of 263.08º 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 #9D89BD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 137 189 -
CMYK 0.17 0.28 0 0.26
HSL 263.08º 0.28% 0.64% -
HSV(B) 263.08º 0.28% 0.74% -
XYZ 32.04 28.73 52 -
YUV 148.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 157 137 189 0.17 0.28 0 0.26 263.08 0.28 0.64
Hex 9D 89 BD 11 1C 0 1A 107 1C 40
Octal 235 211 275 21 34 0 32 407 34 100
Binary 10011101 10001001 10111101 10001 11100 0 11010 100000111 11100 1000000

Color Harmonies of #9D89BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D89BD

Black with #9D89BD

Text Example


Text Example

White with #9D89BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D89BD; }

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

 H1.HeaderClassName
 {
   color: #9D89BD;
 }
 .AnyTagClassName
 {
   color: #9D89BD;
 }
</style>

background-color css

<style>
 a { background-color: #9D89BD; }

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

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

border-color css

<style>
 span { border-color: #9D89BD; }

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

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