#9E96FA

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

Shades of Portage #9E96FA

Tints of Portage #9E96FA

Color information

#9E96FA (or 0x9E96FA) is unknown color: approx Portage. HEX triplet: 9E, 96 and FA. RGB value is (158,150,250). Sum of RGB (Red+Green+Blue) = 158+150+250=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E96FA is #616905. Grayscale: #A3A3A3. Windows color (decimal): -6383878 or 16422558. OLE color: 16422558.

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

Color convert

RGB158150250-
CMYK0.370.400.02
HSL244.8º90.91%78.43%-
HSV(B)244.8º40%98.04%-
XYZ42.2635.9895.16-
YUV163.79176.65123.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.32%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=28.32%
G=26.88%
B=44.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581502500.370.400.02244.890.9178.43
Hex9E96FA252802f55b4e
Octal236226372455002365133116
Binary1001111010010110111110101001011010000101111010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,250); }

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

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

 a { background-color: rgb(158,150,250); }

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

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

 span { border-color: rgb(158,150,250); }

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