#9796FF

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

Shades of Portage #9796FF

Tints of Portage #9796FF

Color information

#9796FF (or 0x9796FF) is unknown color: approx Portage. HEX triplet: 97, 96 and FF. RGB value is (151,150,255). Sum of RGB (Red+Green+Blue) = 151+150+255=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9796FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796FF is #686900. Grayscale: #A1A1A1. Windows color (decimal): -6842625 or 16750231. OLE color: 16750231.

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

Color convert

RGB151150255-
CMYK0.410.4100
HSL240.57º100%79.41%-
HSV(B)240.57º41.18%100%-
XYZ41.7235.6199.28-
YUV162.27180.33119.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.16%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 255 (100% from 255) = 45.86%
R=27.16%
G=26.98%
B=45.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511502550.410.4100240.5710079.41
Hex9796FF292900f1644f
Octal227226377515100361144117
Binary100101111001011011111111101001101001001111000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9796FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9796FF; }

 p { color: rgb(151,150,255); }

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

<style>
 a { background-color: #9796FF; }

 a { background-color: rgb(151,150,255); }

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

<style>
 span { border-color: #9796FF; }

 span { border-color: rgb(151,150,255); }

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