#9189E9

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

Shades of Portage #9189E9

Tints of Portage #9189E9

Color information

#9189E9 (or 0x9189E9) is unknown color: approx Portage. HEX triplet: 91, 89 and E9. RGB value is (145,137,233). Sum of RGB (Red+Green+Blue) = 145+137+233=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #9189E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9189E9 is #6E7616. Grayscale: #959595. Windows color (decimal): -7239191 or 15305105. OLE color: 15305105.

HSL color Cylindrical-coordinate representation of color #9189E9: hue angle of 245º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9189E9 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145137233-
CMYK0.380.4100.09
HSL245º68.57%72.55%-
HSV(B)245º41.2%91.37%-
XYZ35.3329.7980.98-
YUV150.34174.65124.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.16%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 233 (91.41% from 255) = 45.24%
R=28.16%
G=26.60%
B=45.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451372330.380.4100.0924568.5772.55
Hex9189E9262909f54549
Octal2212113514651011365105111
Binary100100011000100111101001100110101001010011111010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9189E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9189E9; }

 p { color: rgb(145,137,233); }

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

<style>
 a { background-color: #9189E9; }

 a { background-color: rgb(145,137,233); }

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

<style>
 span { border-color: #9189E9; }

 span { border-color: rgb(145,137,233); }

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