#9691EC

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

Shades of Portage #9691EC

Tints of Portage #9691EC

Color information

#9691EC (or 0x9691EC) is unknown color: approx Portage. HEX triplet: 96, 91 and EC. RGB value is (150,145,236). Sum of RGB (Red+Green+Blue) = 150+145+236=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #9691EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9691EC is #696E13. Grayscale: #9C9C9C. Windows color (decimal): -6909460 or 15503766. OLE color: 15503766.

HSL color Cylindrical-coordinate representation of color #9691EC: hue angle of 243.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9691EC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150145236-
CMYK0.360.3900.07
HSL243.3º70.54%74.71%-
HSV(B)243.3º38.56%92.55%-
XYZ37.8432.7983.69-
YUV156.87172.66123.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=28.25%
G=27.31%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501452360.360.3900.07243.370.5474.71
Hex9691EC242707f3474b
Octal226221354444707363107113
Binary10010110100100011110110010010010011101111111001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9691EC; }

 p { color: rgb(150,145,236); }

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

<style>
 a { background-color: #9691EC; }

 a { background-color: rgb(150,145,236); }

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

<style>
 span { border-color: #9691EC; }

 span { border-color: rgb(150,145,236); }

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