#9D90BB

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

Shades of Cold Purple #9D90BB

Tints of Cold Purple #9D90BB

Color information

#9D90BB (or 0x9D90BB) is unknown color: approx Cold Purple. HEX triplet: 9D, 90 and BB. RGB value is (157,144,187). Sum of RGB (Red+Green+Blue) = 157+144+187=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90BB is #626F44. Grayscale: #989898. Windows color (decimal): -6451013 or 12292253. OLE color: 12292253.

HSL color Cylindrical-coordinate representation of color #9D90BB: hue angle of 258.14º 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 #9D90BB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157144187-
CMYK0.160.2300.27
HSL258.14º24.02%64.9%-
HSV(B)258.14º22.99%73.33%-
XYZ32.8530.751.21-
YUV152.79147.31131-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=32.17%
G=29.51%
B=38.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571441870.160.2300.27258.1424.0264.9
Hex9D90BB101701B1021841
Octal235220273202703340230101
Binary1001110110010000101110111000010111011011100000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D90BB; }

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

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

<style>
 a { background-color: #9D90BB; }

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

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

<style>
 span { border-color: #9D90BB; }

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

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