#9289E9

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

Shades of Portage #9289E9

Tints of Portage #9289E9

Color information

#9289E9 (or 0x9289E9) is unknown color: approx Portage. HEX triplet: 92, 89 and E9. RGB value is (146,137,233). Sum of RGB (Red+Green+Blue) = 146+137+233=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #9289E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289E9 is #6D7616. Grayscale: #969696. Windows color (decimal): -7173655 or 15305106. OLE color: 15305106.

HSL color Cylindrical-coordinate representation of color #9289E9: hue angle of 245.62º 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 #9289E9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146137233-
CMYK0.370.4100.09
HSL245.62º68.57%72.55%-
HSV(B)245.62º41.2%91.37%-
XYZ35.5129.8980.99-
YUV150.64174.48124.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 233 (91.41% from 255) = 45.16%
R=28.29%
G=26.55%
B=45.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461372330.370.4100.09245.6268.5772.55
Hex9289E9252909f64549
Octal2222113514551011366105111
Binary100100101000100111101001100101101001010011111011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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