#9C90BF

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

Shades of Cold Purple #9C90BF

Tints of Cold Purple #9C90BF

Color information

#9C90BF (or 0x9C90BF) is unknown color: approx Cold Purple. HEX triplet: 9C, 90 and BF. RGB value is (156,144,191). Sum of RGB (Red+Green+Blue) = 156+144+191=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90BF is #636F40. Grayscale: #989898. Windows color (decimal): -6516545 or 12554396. OLE color: 12554396.

HSL color Cylindrical-coordinate representation of color #9C90BF: hue angle of 255.32º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C90BF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156144191-
CMYK0.180.2500.25
HSL255.32º26.86%65.69%-
HSV(B)255.32º24.61%74.9%-
XYZ33.0930.7853.49-
YUV152.95149.48130.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 191 (75% from 255) = 38.90%
R=31.77%
G=29.33%
B=38.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561441910.180.2500.25255.3226.8665.69
Hex9C90BF1219019ff1b42
Octal234220277223103137733102
Binary100111001001000010111111100101100101100111111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,191); }

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

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

 a { background-color: rgb(156,144,191); }

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

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

 span { border-color: rgb(156,144,191); }

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