#9C94F6

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

Shades of Portage #9C94F6

Tints of Portage #9C94F6

Color information

#9C94F6 (or 0x9C94F6) is unknown color: approx Portage. HEX triplet: 9C, 94 and F6. RGB value is (156,148,246). Sum of RGB (Red+Green+Blue) = 156+148+246=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C94F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C94F6 is #636B09. Grayscale: #A1A1A1. Windows color (decimal): -6515466 or 16159900. OLE color: 16159900.

HSL color Cylindrical-coordinate representation of color #9C94F6: hue angle of 244.9º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C94F6 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156148246-
CMYK0.370.4000.04
HSL244.9º84.48%77.25%-
HSV(B)244.9º39.84%96.47%-
XYZ40.9334.991.77-
YUV161.56175.65124.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=28.36%
G=26.91%
B=44.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561482460.370.4000.04244.984.4877.25
Hex9C94F6252804f5544d
Octal234224366455004365124115
Binary10011100100101001111011010010110100001001111010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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