Html Css Color HEX #9887BB Cold Purple

📋 copy color: '#9887BB'

red 152 ◦ green 135 ◦ blue 187

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

Shades of Cold Purple #9887BB

Tints of Cold Purple #9887BB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 32.07%
G = 28.48%
B = 39.45%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9887BB (or 0x9887BB) is known color: Cold Purple. HEX triplet: 98, 87 and BB. RGB value is (152,135,187). Sum of RGB (Red+Green+Blue) = 152+135+187=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #9887BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887BB is #677844. Grayscale: #919191. Windows color (decimal): -6780997 or 12289944. OLE color: 12289944.

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

Color convert

RGB 152 135 187 -
CMYK 0.19 0.28 0 0.27
HSL 259.62º 0.28% 0.63% -
HSV(B) 259.62º 0.28% 0.73% -
XYZ 30.58 27.59 50.73 -
YUV 146.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 152 135 187 0.19 0.28 0 0.27 259.62 0.28 0.63
Hex 98 87 BB 13 1C 0 1B 104 1C 3F
Octal 230 207 273 23 34 0 33 404 34 77
Binary 10011000 10000111 10111011 10011 11100 0 11011 100000100 11100 111111

Color Harmonies of #9887BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887BB

Black with #9887BB

Text Example


Text Example

White with #9887BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,135,187); }

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

background-color css

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

 a { background-color: rgb(152,135,187); }

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

border-color css

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

 span { border-color: rgb(152,135,187); }

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