#9C94BE

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

Shades of Cold Purple #9C94BE

Tints of Cold Purple #9C94BE

Color information

#9C94BE (or 0x9C94BE) is unknown color: approx Cold Purple. HEX triplet: 9C, 94 and BE. RGB value is (156,148,190). Sum of RGB (Red+Green+Blue) = 156+148+190=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94BE is #636B41. Grayscale: #9B9B9B. Windows color (decimal): -6515522 or 12489884. OLE color: 12489884.

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

Color convert

RGB156148190-
CMYK0.180.2200.25
HSL251.43º24.42%66.27%-
HSV(B)251.43º22.11%74.51%-
XYZ33.5931.9753.11-
YUV155.18147.65128.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=31.58%
G=29.96%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561481900.180.2200.25251.4324.4266.27
Hex9C94BE1216019fb1842
Octal234224276222603137330102
Binary100111001001010010111110100101011001100111111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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