#9888BD

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

Shades of Cold Purple #9888BD

Tints of Cold Purple #9888BD

Color information

#9888BD (or 0x9888BD) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and BD. RGB value is (152,136,189). Sum of RGB (Red+Green+Blue) = 152+136+189=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9888BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888BD is #677742. Grayscale: #929292. Windows color (decimal): -6780739 or 12421272. OLE color: 12421272.

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

Color convert

RGB152136189-
CMYK0.200.2800.26
HSL258.11º28.65%63.73%-
HSV(B)258.11º28.04%74.12%-
XYZ30.9427.9651.91-
YUV146.83151.8131.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=31.87%
G=28.51%
B=39.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521361890.200.2800.26258.1128.6563.73
Hex9888BD141C01A1021d40
Octal230210275243403240235100
Binary1001100010001000101111011010011100011010100000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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