#9C90BE

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

Shades of Cold Purple #9C90BE

Tints of Cold Purple #9C90BE

Color information

#9C90BE (or 0x9C90BE) is unknown color: approx Cold Purple. HEX triplet: 9C, 90 and BE. RGB value is (156,144,190). Sum of RGB (Red+Green+Blue) = 156+144+190=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90BE is #636F41. Grayscale: #989898. Windows color (decimal): -6516546 or 12488860. OLE color: 12488860.

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

Color convert

RGB156144190-
CMYK0.180.2400.25
HSL255.65º26.14%65.49%-
HSV(B)255.65º24.21%74.51%-
XYZ32.9830.7352.91-
YUV152.83148.98130.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=31.84%
G=29.39%
B=38.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561441900.180.2400.25255.6526.1465.49
Hex9C90BE12180191001a41
Octal234220276223003140032101
Binary1001110010010000101111101001011000011001100000000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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