#9E97FC

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

Shades of Portage #9E97FC

Tints of Portage #9E97FC

Color information

#9E97FC (or 0x9E97FC) is unknown color: approx Portage. HEX triplet: 9E, 97 and FC. RGB value is (158,151,252). Sum of RGB (Red+Green+Blue) = 158+151+252=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E97FC is #616803. Grayscale: #A4A4A4. Windows color (decimal): -6383620 or 16553886. OLE color: 16553886.

HSL color Cylindrical-coordinate representation of color #9E97FC: hue angle of 244.16º 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 #9E97FC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158151252-
CMYK0.370.4000.01
HSL244.16º94.39%79.02%-
HSV(B)244.16º40.08%98.82%-
XYZ42.7436.4396.87-
YUV164.61177.32123.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=28.16%
G=26.92%
B=44.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581512520.370.4000.01244.1694.3979.02
Hex9E97FC252801f45e4f
Octal236227374455001364136117
Binary100111101001011111111100100101101000011111010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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