#9A97FC

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

Shades of Portage #9A97FC

Tints of Portage #9A97FC

Color information

#9A97FC (or 0x9A97FC) is unknown color: approx Portage. HEX triplet: 9A, 97 and FC. RGB value is (154,151,252). Sum of RGB (Red+Green+Blue) = 154+151+252=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A97FC is #656803. Grayscale: #A3A3A3. Windows color (decimal): -6645764 or 16553882. OLE color: 16553882.

HSL color Cylindrical-coordinate representation of color #9A97FC: hue angle of 241.78º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A97FC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154151252-
CMYK0.390.4000.01
HSL241.78º94.39%79.02%-
HSV(B)241.78º40.08%98.82%-
XYZ41.9636.0396.84-
YUV163.41177.99121.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=27.65%
G=27.11%
B=45.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541512520.390.4000.01241.7894.3979.02
Hex9A97FC272801f25e4f
Octal232227374475001362136117
Binary100110101001011111111100100111101000011111001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,151,252); }

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

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

 a { background-color: rgb(154,151,252); }

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

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

 span { border-color: rgb(154,151,252); }

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