#9C91AB

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

Shades of Cold Purple #9C91AB

Tints of Cold Purple #9C91AB

Color information

#9C91AB (or 0x9C91AB) is unknown color: approx Cold Purple. HEX triplet: 9C, 91 and AB. RGB value is (156,145,171). Sum of RGB (Red+Green+Blue) = 156+145+171=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C91AB is #636E54. Grayscale: #979797. Windows color (decimal): -6516309 or 11243932. OLE color: 11243932.

HSL color Cylindrical-coordinate representation of color #9C91AB: hue angle of 265.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C91AB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156145171-
CMYK0.090.1500.33
HSL265.38º13.4%61.96%-
HSV(B)265.38º15.2%67.06%-
XYZ31.1930.2642.72-
YUV151.25139.14131.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=33.05%
G=30.72%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561451710.090.1500.33265.3813.461.96
Hex9C91AB9F021109d3e
Octal23422125311170414111576
Binary1001110010010001101010111001111101000011000010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,171); }

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

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

 a { background-color: rgb(156,145,171); }

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

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

 span { border-color: rgb(156,145,171); }

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