#9C91BA

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

Shades of Cold Purple #9C91BA

Tints of Cold Purple #9C91BA

Color information

#9C91BA (or 0x9C91BA) is unknown color: approx Cold Purple. HEX triplet: 9C, 91 and BA. RGB value is (156,145,186). Sum of RGB (Red+Green+Blue) = 156+145+186=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91BA is #636E45. Grayscale: #989898. Windows color (decimal): -6516294 or 12226972. OLE color: 12226972.

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

Color convert

RGB156145186-
CMYK0.160.2200.27
HSL256.1º22.91%64.9%-
HSV(B)256.1º22.04%72.94%-
XYZ32.730.8650.69-
YUV152.96146.64130.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=32.03%
G=29.77%
B=38.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561451860.160.2200.27256.122.9164.9
Hex9C91BA101601B1001741
Octal234221272202603340027101
Binary1001110010010001101110101000010110011011100000000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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