Html Css Color HEX #9889BD Cold Purple

📋 copy color: '#9889BD'

red 152 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #9889BD

Tints of Cold Purple #9889BD

RGB

 RED value IS 152 (59.77% from 255) = 31.8%

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

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

R = 31.8%
G = 28.66%
B = 39.54%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9889BD (or 0x9889BD) is known color: Cold Purple. HEX triplet: 98, 89 and BD. RGB value is (152,137,189). Sum of RGB (Red+Green+Blue) = 152+137+189=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #9889BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889BD is #677642. Grayscale: #939393. Windows color (decimal): -6780483 or 12421528. OLE color: 12421528.

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

Color convert

RGB 152 137 189 -
CMYK 0.20 0.28 0 0.26
HSL 257.31º 0.28% 0.64% -
HSV(B) 257.31º 0.28% 0.74% -
XYZ 31.08 28.24 51.96 -
YUV 147.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 152 137 189 0.20 0.28 0 0.26 257.31 0.28 0.64
Hex 98 89 BD 14 1C 0 1A 101 1C 40
Octal 230 211 275 24 34 0 32 401 34 100
Binary 10011000 10001001 10111101 10100 11100 0 11010 100000001 11100 1000000

Color Harmonies of #9889BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9889BD

Black with #9889BD

Text Example


Text Example

White with #9889BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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