#9A97FA

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

Shades of Portage #9A97FA

Tints of Portage #9A97FA

Color information

#9A97FA (or 0x9A97FA) is unknown color: approx Portage. HEX triplet: 9A, 97 and FA. RGB value is (154,151,250). Sum of RGB (Red+Green+Blue) = 154+151+250=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A97FA is #656805. Grayscale: #A2A2A2. Windows color (decimal): -6645766 or 16422810. OLE color: 16422810.

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

Color convert

RGB154151250-
CMYK0.380.4000.02
HSL241.82º90.83%78.63%-
HSV(B)241.82º39.6%98.04%-
XYZ41.6535.9195.18-
YUV163.18176.99121.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=27.75%
G=27.21%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541512500.380.4000.02241.8290.8378.63
Hex9A97FA262802f25b4f
Octal232227372465002362133117
Binary1001101010010111111110101001101010000101111001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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