#9C9AF3

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

Shades of Portage #9C9AF3

Tints of Portage #9C9AF3

Color information

#9C9AF3 (or 0x9C9AF3) is unknown color: approx Portage. HEX triplet: 9C, 9A and F3. RGB value is (156,154,243). Sum of RGB (Red+Green+Blue) = 156+154+243=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C9AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AF3 is #63650C. Grayscale: #A4A4A4. Windows color (decimal): -6513933 or 15964828. OLE color: 15964828.

HSL color Cylindrical-coordinate representation of color #9C9AF3: hue angle of 241.35º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9AF3 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156154243-
CMYK0.360.3700.05
HSL241.35º78.76%77.84%-
HSV(B)241.35º36.63%95.29%-
XYZ41.4436.6589.68-
YUV164.74172.16121.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.21%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=28.21%
G=27.85%
B=43.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561542430.360.3700.05241.3578.7677.84
Hex9C9AF3242505f14f4e
Octal234232363444505361117116
Binary10011100100110101111001110010010010101011111000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,243); }

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

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

 a { background-color: rgb(156,154,243); }

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

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

 span { border-color: rgb(156,154,243); }

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