#9190F1

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

Shades of Portage #9190F1

Tints of Portage #9190F1

Color information

#9190F1 (or 0x9190F1) is unknown color: approx Portage. HEX triplet: 91, 90 and F1. RGB value is (145,144,241). Sum of RGB (Red+Green+Blue) = 145+144+241=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #9190F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9190F1 is #6E6F0E. Grayscale: #9A9A9A. Windows color (decimal): -7237391 or 15831185. OLE color: 15831185.

HSL color Cylindrical-coordinate representation of color #9190F1: hue angle of 240.62º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9190F1 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145144241-
CMYK0.400.4000.05
HSL240.62º77.6%75.49%-
HSV(B)240.62º40.25%94.51%-
XYZ37.5332.3287.48-
YUV155.36176.33120.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 241 (94.53% from 255) = 45.47%
R=27.36%
G=27.17%
B=45.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451442410.400.4000.05240.6277.675.49
Hex9190F1282805f14e4b
Octal221220361505005361116113
Binary10010001100100001111000110100010100001011111000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9190F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9190F1; }

 p { color: rgb(145,144,241); }

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

<style>
 a { background-color: #9190F1; }

 a { background-color: rgb(145,144,241); }

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

<style>
 span { border-color: #9190F1; }

 span { border-color: rgb(145,144,241); }

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