#9C94BB

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

Shades of Cold Purple #9C94BB

Tints of Cold Purple #9C94BB

Color information

#9C94BB (or 0x9C94BB) is unknown color: approx Cold Purple. HEX triplet: 9C, 94 and BB. RGB value is (156,148,187). Sum of RGB (Red+Green+Blue) = 156+148+187=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C94BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94BB is #636B44. Grayscale: #9A9A9A. Windows color (decimal): -6515525 or 12293276. OLE color: 12293276.

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

Color convert

RGB156148187-
CMYK0.170.2100.27
HSL252.31º22.29%65.69%-
HSV(B)252.31º20.86%73.33%-
XYZ33.2731.8451.41-
YUV154.84146.15128.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=31.77%
G=30.14%
B=38.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561481870.170.2100.27252.3122.2965.69
Hex9C94BB111501Bfc1642
Octal234224273212503337426102
Binary100111001001010010111011100011010101101111111100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,187); }

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

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

 a { background-color: rgb(156,148,187); }

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

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

 span { border-color: rgb(156,148,187); }

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