#9888BF

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

Shades of Cold Purple #9888BF

Tints of Cold Purple #9888BF

Color information

#9888BF (or 0x9888BF) is unknown color: approx Cold Purple. HEX triplet: 98, 88 and BF. RGB value is (152,136,191). Sum of RGB (Red+Green+Blue) = 152+136+191=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #9888BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888BF is #677740. Grayscale: #929292. Windows color (decimal): -6780737 or 12552344. OLE color: 12552344.

HSL color Cylindrical-coordinate representation of color #9888BF: hue angle of 257.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9888BF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152136191-
CMYK0.200.2900.25
HSL257.45º30.05%64.12%-
HSV(B)257.45º28.8%74.9%-
XYZ31.1628.0553.06-
YUV147.05152.8131.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 191 (75% from 255) = 39.87%
R=31.73%
G=28.39%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521361910.200.2900.25257.4530.0564.12
Hex9888BF141D0191011e40
Octal230210277243503140136100
Binary1001100010001000101111111010011101011001100000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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