#9E97FB

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

Shades of Portage #9E97FB

Tints of Portage #9E97FB

Color information

#9E97FB (or 0x9E97FB) is unknown color: approx Portage. HEX triplet: 9E, 97 and FB. RGB value is (158,151,251). Sum of RGB (Red+Green+Blue) = 158+151+251=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E97FB is #616804. Grayscale: #A4A4A4. Windows color (decimal): -6383621 or 16488350. OLE color: 16488350.

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

Color convert

RGB158151251-
CMYK0.370.4000.02
HSL244.2º92.59%78.82%-
HSV(B)244.2º39.84%98.43%-
XYZ42.5836.3796.04-
YUV164.49176.82123.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=28.21%
G=26.96%
B=44.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581512510.370.4000.02244.292.5978.82
Hex9E97FB252802f45d4f
Octal236227373455002364135117
Binary1001111010010111111110111001011010000101111010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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