#9888BB

Color #9888BB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9888BB

Tints of Cold Purple #9888BB

Color information

#9888BB (or 0x9888BB) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and BB. RGB value is (152,136,187). Sum of RGB (Red+Green+Blue) = 152+136+187=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #9888BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888BB is #677744. Grayscale: #929292. Windows color (decimal): -6780741 or 12290200. OLE color: 12290200.

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

Color convert

RGB152136187-
CMYK0.190.2700.27
HSL258.82º27.27%63.33%-
HSV(B)258.82º27.27%73.33%-
XYZ30.7227.8750.77-
YUV146.6150.8131.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=32%
G=28.63%
B=39.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521361870.190.2700.27258.8227.2763.33
Hex9888BB131B01B1031b3f
Octal23021027323330334033377
Binary100110001000100010111011100111101101101110000001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9888BB;
 }
 .AnyTagClassName
 {
   color: #9888BB;
 }
</style>
background-color css

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

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

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

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

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

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