#9390DF

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

Shades of Portage #9390DF

Tints of Portage #9390DF

Color information

#9390DF (or 0x9390DF) is unknown color: approx Portage. HEX triplet: 93, 90 and DF. RGB value is (147,144,223). Sum of RGB (Red+Green+Blue) = 147+144+223=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #9390DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390DF is #6C6F20. Grayscale: #999999. Windows color (decimal): -7106337 or 14651539. OLE color: 14651539.

HSL color Cylindrical-coordinate representation of color #9390DF: hue angle of 242.28º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9390DF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147144223-
CMYK0.340.3500.13
HSL242.28º55.24%71.96%-
HSV(B)242.28º35.43%87.45%-
XYZ35.3331.4874.03-
YUV153.9166.99123.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 223 (87.5% from 255) = 43.39%
R=28.60%
G=28.02%
B=43.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471442230.340.3500.13242.2855.2471.96
Hex9390DF22230Df23748
Octal223220337424301536267110
Binary10010011100100001101111110001010001101101111100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9390DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9390DF; }

 p { color: rgb(147,144,223); }

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

<style>
 a { background-color: #9390DF; }

 a { background-color: rgb(147,144,223); }

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

<style>
 span { border-color: #9390DF; }

 span { border-color: rgb(147,144,223); }

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