#9E97FE

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

Shades of Portage #9E97FE

Tints of Portage #9E97FE

Color information

#9E97FE (or 0x9E97FE) is unknown color: approx Portage. HEX triplet: 9E, 97 and FE. RGB value is (158,151,254). Sum of RGB (Red+Green+Blue) = 158+151+254=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E97FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E97FE is #616801. Grayscale: #A4A4A4. Windows color (decimal): -6383618 or 16684958. OLE color: 16684958.

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

Color convert

RGB158151254-
CMYK0.380.4100.00
HSL244.08º98.1%79.41%-
HSV(B)244.08º40.55%99.61%-
XYZ43.0636.5698.55-
YUV164.83178.32123.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.06%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=28.06%
G=26.82%
B=45.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581512540.380.4100.00244.0898.179.41
Hex9E97FE262900f4624f
Octal236227376465100364142117
Binary100111101001011111111110100110101001001111010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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