#9990BB

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

Shades of Cold Purple #9990BB

Tints of Cold Purple #9990BB

Color information

#9990BB (or 0x9990BB) is unknown color: approx Cold Purple. HEX triplet: 99, 90 and BB. RGB value is (153,144,187). Sum of RGB (Red+Green+Blue) = 153+144+187=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9990BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990BB is #666F44. Grayscale: #979797. Windows color (decimal): -6713157 or 12292249. OLE color: 12292249.

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

Color convert

RGB153144187-
CMYK0.180.2300.27
HSL252.56º24.02%64.9%-
HSV(B)252.56º22.99%73.33%-
XYZ32.0830.3151.17-
YUV151.59147.98129-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=31.61%
G=29.75%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531441870.180.2300.27252.5624.0264.9
Hex9990BB121701Bfd1841
Octal231220273222703337530101
Binary100110011001000010111011100101011101101111111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,144,187); }

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

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

 a { background-color: rgb(153,144,187); }

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

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

 span { border-color: rgb(153,144,187); }

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