#9E95F7

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

Shades of Portage #9E95F7

Tints of Portage #9E95F7

Color information

#9E95F7 (or 0x9E95F7) is unknown color: approx Portage. HEX triplet: 9E, 95 and F7. RGB value is (158,149,247). Sum of RGB (Red+Green+Blue) = 158+149+247=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E95F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95F7 is #616A08. Grayscale: #A2A2A2. Windows color (decimal): -6384137 or 16225694. OLE color: 16225694.

HSL color Cylindrical-coordinate representation of color #9E95F7: hue angle of 245.51º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E95F7 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158149247-
CMYK0.360.4000.03
HSL245.51º85.96%77.65%-
HSV(B)245.51º39.68%96.86%-
XYZ41.6435.4892.65-
YUV162.86175.48124.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=28.52%
G=26.90%
B=44.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581492470.360.4000.03245.5185.9677.65
Hex9E95F7242803f6564e
Octal236225367445003366126116
Binary1001111010010101111101111001001010000111111011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,149,247); }

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

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

 a { background-color: rgb(158,149,247); }

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

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

 span { border-color: rgb(158,149,247); }

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