#9C9AF9

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

Shades of Portage #9C9AF9

Tints of Portage #9C9AF9

Color information

#9C9AF9 (or 0x9C9AF9) is unknown color: approx Portage. HEX triplet: 9C, 9A and F9. RGB value is (156,154,249). Sum of RGB (Red+Green+Blue) = 156+154+249=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C9AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AF9 is #636506. Grayscale: #A5A5A5. Windows color (decimal): -6513927 or 16358044. OLE color: 16358044.

HSL color Cylindrical-coordinate representation of color #9C9AF9: hue angle of 241.26º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9AF9 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156154249-
CMYK0.370.3800.02
HSL241.26º88.79%79.02%-
HSV(B)241.26º38.15%97.65%-
XYZ42.3637.0294.53-
YUV165.43175.16121.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=27.91%
G=27.55%
B=44.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561542490.370.3800.02241.2688.7979.02
Hex9C9AF9252602f1594f
Octal234232371454602361131117
Binary1001110010011010111110011001011001100101111000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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