#9391E9

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

Shades of Portage #9391E9

Tints of Portage #9391E9

Color information

#9391E9 (or 0x9391E9) is unknown color: approx Portage. HEX triplet: 93, 91 and E9. RGB value is (147,145,233). Sum of RGB (Red+Green+Blue) = 147+145+233=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #9391E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9391E9 is #6C6E16. Grayscale: #9B9B9B. Windows color (decimal): -7106071 or 15307155. OLE color: 15307155.

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

Color convert

RGB147145233-
CMYK0.370.3800.09
HSL241.36º66.67%74.12%-
HSV(B)241.36º37.77%91.37%-
XYZ36.8732.3481.39-
YUV155.63171.66121.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=28%
G=27.62%
B=44.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1471452330.370.3800.09241.3666.6774.12
Hex9391E9252609f1434a
Octal2232213514546011361103112
Binary100100111001000111101001100101100110010011111000110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9391E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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